次の方法で共有


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.

Secret 1

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

SignedAssertion 2

Signed assertion. It can only be used in ClientCredentials.

DecryptKeys 3

Decrypt keys. It can only be used in TokenDecryptionCredentials.

Applies to