Compartir a través de


SubjectIdentifier.Value Propiedad

Definición

La propiedad Value recupera el valor del identificador del sujeto. Utilice la propiedad Type para determinar el tipo del identificador del sujeto y utilice la propiedad Value para recuperar el valor correspondiente.

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

Valor de propiedad

Un objeto Object que representa el valor del identificador del sujeto. Este Object puede ser uno de los objetos siguientes tal como determina la propiedad Type.

PropiedadType Objeto
IssuerAndSerialNumberX509IssuerSerial
SubjectKeyIdentifierString

Se aplica a

Consulte también