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