Share via


CredentialType Enum

Definition

Credential type. This is used to specify the type of credential that is being loaded. This value is provided in the see CredentialType based on the type of credential (which depends on the type of CredentialSource value of the SourceType).

public enum CredentialType
type CredentialType = 
Public Enum CredentialType
Inheritance
CredentialType

Fields

Certificate 0

Certificate. Certificates can be used both as ClientCredentials or TokenDecryptionCredentials.

DecryptKeys 3

Decrypt keys. It can only be used in TokenDecryptionCredentials.

Secret 1

(Client) secret. It can only be used in ClientCredentials.

SignedAssertion 2

Signed assertion. It can only be used in ClientCredentials.

Applies to