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.
public static class CredentialChangePayload.CredentialTypesInheritance System.Object → CredentialTypes
Fields
CredentialChangePayload.CredentialTypes.App Field
An app-based factor.
public const string App = "app";Field Value
CredentialChangePayload.CredentialTypes.Fido2Platform Field
A FIDO2 platform authenticator.
public const string Fido2Platform = "fido2-platform";Field Value
CredentialChangePayload.CredentialTypes.Fido2Roaming Field
A FIDO2 roaming authenticator.
public const string Fido2Roaming = "fido2-roaming";Field Value
CredentialChangePayload.CredentialTypes.FidoU2f Field
A FIDO U2F authenticator.
public const string FidoU2f = "fido-u2f";Field Value
CredentialChangePayload.CredentialTypes.Password Field
A password.
public const string Password = "password";Field Value
CredentialChangePayload.CredentialTypes.PhoneSms Field
An SMS phone factor.
public const string PhoneSms = "phone-sms";Field Value
CredentialChangePayload.CredentialTypes.PhoneVoice Field
A voice-call phone factor.
public const string PhoneVoice = "phone-voice";Field Value
CredentialChangePayload.CredentialTypes.Pin Field
A PIN.
public const string Pin = "pin";Field Value
CredentialChangePayload.CredentialTypes.VerifiableCredential Field
A verifiable credential.
public const string VerifiableCredential = "verifiable-credential";Field Value
CredentialChangePayload.CredentialTypes.X509 Field
An X.509 certificate.
public const string X509 = "x509";