Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a value that indicates whether the master secret key has been populated for the Secure Store Service application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function IsMasterSecretKeyPopulated As Boolean
'Usage
Dim instance As ISecureStoreServiceApplication
Dim returnValue As Boolean
returnValue = instance.IsMasterSecretKeyPopulated()
[OperationContractAttribute]
bool IsMasterSecretKeyPopulated()
Return Value
Type: System.Boolean
true if the master secret key has been populated; otherwise, false.
See Also
Reference
ISecureStoreServiceApplication Interface