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 type of the Secure Store credential.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public ReadOnly Property CredentialType As SecureStoreCredentialType
Get
'Usage
Dim instance As SecureStoreCredential
Dim value As SecureStoreCredentialType
value = instance.CredentialType
public SecureStoreCredentialType CredentialType { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialType
The type of the Secure Store credential.
Implements
ISecureStoreCredential.CredentialType
Examples
Code Snippet: Get User Credentials Using the Default Secure Store Provider