LocalSecureStoreCredential.CredentialType Property
Gets the credential type.
Namespace: Microsoft.Office.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property CredentialType As SecureStoreCredentialType
Get
'Usage
Dim instance As LocalSecureStoreCredential
Dim value As SecureStoreCredentialType
value = instance.CredentialType
public SecureStoreCredentialType CredentialType { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialType
The credential type.
Implements
ISecureStoreCredential.CredentialType
See Also
Reference
LocalSecureStoreCredential Class
LocalSecureStoreCredential Members
Microsoft.Office.BusinessData.Infrastructure.SecureStore Namespace