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.
Gets the Secure Store credential.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public ReadOnly Property Credential As SecureString
Get
'Usage
Dim instance As SecureStoreCredential
Dim value As SecureString
value = instance.Credential
public SecureString Credential { get; }
Property Value
Type: System.Security.SecureString
The secure string that represents the credential.
Implements
ISecureStoreCredential.Credential