X509SubjectKeyIdentifierExtension.SubjectKeyIdentifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string that represents the subject key identifier (SKI) for a certificate.
public:
property System::String ^ SubjectKeyIdentifier { System::String ^ get(); };
public string? SubjectKeyIdentifier { get; }
public string SubjectKeyIdentifier { get; }
member this.SubjectKeyIdentifier : string
Public ReadOnly Property SubjectKeyIdentifier As String
Property Value
A string, encoded in hexadecimal format, that represents the subject key identifier (SKI).
Exceptions
The extension cannot be decoded.
Remarks
The subject key identifier (SKI) can be used to identify the certificate and is often used when working with XML digital signing.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.