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
Public Function IsMasterSecretKeyPopulated As Boolean
'Usage
Dim instance As SecureStoreServiceApplication
Dim returnValue As Boolean
returnValue = instance.IsMasterSecretKeyPopulated()
public bool IsMasterSecretKeyPopulated()
Return Value
Type: System.Boolean
true if the master secret key has been populated; otherwise, false.
Implements
ISecureStoreServiceApplication.IsMasterSecretKeyPopulated()
See Also
Reference
SecureStoreServiceApplication Class