ServerIdentity
Enum that describes types of server-side identity (i.e. a combination of a private key and a certificate chain) used in Multipaz.
Entries
An identity used by a CA server to remotely enroll other servers, i.e. provide required identities to them.
An identity used to sign credentials.
An identity for cloud secure area.
An identity for OpenID and cloud secure area key attestations.
An identity for OpenID Wallet attestations.
An identity for OpenID client assertion.
An internal identity for the System of Record clients.
Properties
X500 common name prefix used in certificates for this identity. Root certificates will use common name structured as "
$commonName Root at https://...." and second-level certificates will use "$
commonName at https://....".Returns a representation of an immutable list of all enum entries, in the order they're declared.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.