다음을 통해 공유


SecureStoreServiceApplication.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
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

SecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace