The following table displays mappings between subject identifier type and object type stored in the property:
| Identifier type | Object type |
|---|---|
| IssuerAndSerialNumber | An instance of X509IssuerSerial class. |
| SubjectKeyIdentifier | A string that represents subject key identifier value (cryptographic hash calculated over a public key). |
| NoSignature | A string that contains hash value of external message. |
| Unknown | NULL. |
public Object Value { get; }Public ReadOnly Property Value As Object
Getpublic:
property Object^ Value {
Object^ get ();
}member Value : Object with get