Gets the subject key identifier of the certificate if this subject identifier is identified by the subject key identifier. Otherwise, this property will return null.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property SubjectKeyIdentifier As Byte()
	Get
C#
public byte[] SubjectKeyIdentifier { get; }

Field Value

Certificate subject key identifier.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also