Skip to content

Abblix.SecurityEvents.CAEP.CredentialChangePayload

CredentialChangePayload.CredentialTypes Class

The credential kinds Section 3.3.1 names. The set is open by the specification's own words: any other credential type mutually supported by the transmitter and the receiver is equally legal, which is why CredentialType is a string rather than a closed enumeration.

C#
public static class CredentialChangePayload.CredentialTypes

Inheritance System.Object → CredentialTypes

Fields

CredentialChangePayload.CredentialTypes.App Field

An app-based factor.

C#
public const string App = "app";

Field Value

System.String

CredentialChangePayload.CredentialTypes.Fido2Platform Field

A FIDO2 platform authenticator.

C#
public const string Fido2Platform = "fido2-platform";

Field Value

System.String

CredentialChangePayload.CredentialTypes.Fido2Roaming Field

A FIDO2 roaming authenticator.

C#
public const string Fido2Roaming = "fido2-roaming";

Field Value

System.String

CredentialChangePayload.CredentialTypes.FidoU2f Field

A FIDO U2F authenticator.

C#
public const string FidoU2f = "fido-u2f";

Field Value

System.String

CredentialChangePayload.CredentialTypes.Password Field

A password.

C#
public const string Password = "password";

Field Value

System.String

CredentialChangePayload.CredentialTypes.PhoneSms Field

An SMS phone factor.

C#
public const string PhoneSms = "phone-sms";

Field Value

System.String

CredentialChangePayload.CredentialTypes.PhoneVoice Field

A voice-call phone factor.

C#
public const string PhoneVoice = "phone-voice";

Field Value

System.String

CredentialChangePayload.CredentialTypes.Pin Field

A PIN.

C#
public const string Pin = "pin";

Field Value

System.String

CredentialChangePayload.CredentialTypes.VerifiableCredential Field

A verifiable credential.

C#
public const string VerifiableCredential = "verifiable-credential";

Field Value

System.String

CredentialChangePayload.CredentialTypes.X509 Field

An X.509 certificate.

C#
public const string X509 = "x509";

Field Value

System.String