| X509CertificateRecordSubjectKeyIdentifier Property |
Gets the certificate's subject key identifier.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public byte[] SubjectKeyIdentifier { get; }
Property Value
ByteThe certificate's subject key identifier.
Remarks
Gets the certificate's subject key identifier.
See Also