SecureStoreCredential.Credential Property
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