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