CacheCreateAuthenticatedView Method (Properties, String) |
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,
string poolName
)
Public Function CreateAuthenticatedView (
credentials As Properties,
poolName As String
) As IRegionService
public:
IRegionService^ CreateAuthenticatedView(
Properties^ credentials,
String^ poolName
)
member CreateAuthenticatedView :
credentials : Properties *
poolName : string -> IRegionService
Parameters
- credentials
- Type: GemStone.GemFire.CacheProperties
the user Credentials. - poolName
- Type: SystemString
Pool, which is in multiuser mode.
Return Value
Type:
IRegionServiceInstance of IRegionService
Remarks
Deafault pool should be in multiuser mode [!:CacheFactory.SetMultiuserAuthentication]
See Also