ISecureStoreServiceApplication.IsMasterSecretKeyPopulated Method
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