SubjectIdentifier.Value Property

Definition

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

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { 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. This Object can be one of the following objects as determined by the Type property.

Type property Object
IssuerAndSerialNumber X509IssuerSerial
SubjectKeyIdentifier String

Applies to

See also