SerializableSecureStoreCredential.CredentialType Property
Gets the credential type.
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 SerializableSecureStoreCredential
Dim value As SecureStoreCredentialType
value = instance.CredentialType
public SecureStoreCredentialType CredentialType { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialType
The credential type.
See Also
Reference
SerializableSecureStoreCredential Class