ISecureStoreCredential.CredentialType Property
Retrieves the credential type.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property CredentialType As SecureStoreCredentialType
Get
'Usage
Dim instance As ISecureStoreCredential
Dim value As SecureStoreCredentialType
value = instance.CredentialType
SecureStoreCredentialType CredentialType { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialType
A type that indicates the credential type.
See Also
Reference
ISecureStoreCredential Interface