Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm

Assembly: System.Security.Cryptography

Defines the type of hash algorithm to use with the <see cref="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension" /> class.

Values

Sha1
The SKI is composed of the 160-bit SHA-1 hash of the value of the public key (excluding the tag, length, and number of unused bits).
ShortSha1
The SKI is composed of a four-bit type field with the value 0100, followed by the least significant 60 bits of the SHA-1 hash of the value of the public key (excluding the tag, length, and number of unused bit string bits)
CapiSha1
The subject key identifier (SKI) is composed of a 160-bit SHA-1 hash of the encoded public key (including the tag, length, and number of unused bits).
Sha256
The SHA-256 hash over the SubjectPublicKeyInfo as described in RFC 7093.
Sha384
The SHA-384 hash over the SubjectPublicKeyInfo as described in RFC 7093.
Sha512
The SHA-512 hash over the SubjectPublicKeyInfo as described in RFC 7093.
ShortSha256
The SHA-256 hash over the subjectPublicKey truncated to the leftmost 160-bits as described in RFC 7093.
ShortSha384
The SHA-384 hash over the subjectPublicKey truncated to the leftmost 160-bits as described in RFC 7093.
ShortSha512
The SHA-512 hash over the subjectPublicKey truncated to the leftmost 160-bits as described in RFC 7093.