Click or drag to resize

PkcsSubjectIdentifierValue Property

Contains the value of the subject identifier. Object type and it's description depends on Type property value.

The following table displays mappings between subject identifier type and object type stored in the property:

Identifier typeObject type
IssuerAndSerialNumberAn instance of X509IssuerSerial class.
SubjectKeyIdentifier A string that represents subject key identifier value (cryptographic hash calculated over a public key).
NoSignatureA string that contains hash value of external message.
UnknownNULL.

Namespace:  SysadminsLV.PKI.Cryptography.Pkcs
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public Object Value { get; }

Property Value

Type: Object
See Also