CacheCreateAuthenticatedView Method (Properties) |
Returns the instance of
IRegionService to do the operation on Cache with different Credential.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IRegionService CreateAuthenticatedView(
Properties credentials
)
Public Function CreateAuthenticatedView (
credentials As Properties
) As IRegionService
public:
IRegionService^ CreateAuthenticatedView(
Properties^ credentials
)
member CreateAuthenticatedView :
credentials : Properties -> IRegionService
Parameters
- credentials
- Type: GemStone.GemFire.CacheProperties
the user Credentials.
Return Value
Type:
IRegionServiceInstance of IRegionService
Remarks
Deafault pool should be in multiuser mode [!:CacheFactory.SetMultiuserAuthentication]
See Also