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.
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