Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The subject key identifier (SKI) provides a unique identification for a certificate's subject when working with XML digital signing. An SKI is an SHA-1 hash of the subject's public key information.
The subject key identifier (SKI) provides a unique identification for a certificate's subject.

Use the <xref:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm> enumeration to define the type of hash algorithm to use with the <xref:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension> class when creating an SKI.

Expand Down
Loading