SubjectIdentifierOrKey.Value Property

Definition

The Value property retrieves the value of the subject identifier or key. Use the Type property to determine the type of subject identifier or key, and use the Value property to retrieve the corresponding value.

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

Property Value

An Object object that represents the value of the subject identifier or key. This Object can be one of the following objects as determined by the Type property.

Type property Object
IssuerAndSerialNumber X509IssuerSerial
SubjectKeyIdentifier String
PublicKeyInfo PublicKeyInfo

Applies to

See also