SubjectIdentifierOrKey.Value Propriedade
Definição
A propriedade Value recupera o valor do identificador ou da chave do assunto.The Value property retrieves the value of the subject identifier or key. Use a propriedade Type para determinar o tipo de identificador ou chave do assunto e, em seguida, use a propriedade Value para recuperar o valor correspondente.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
Valor da propriedade
Um Object objeto que representa o valor do identificador ou da chave da entidade.An Object object that represents the value of the subject identifier or key. Isso Object pode ser um dos seguintes objetos, conforme determinado pela Type propriedade.This Object can be one of the following objects as determined by the Type property.
| Propriedade TypeType property | ObjetoObject |
|---|---|
| IssuerAndSerialNumberIssuerAndSerialNumber | X509IssuerSerial |
| SubjectKeyIdentifierSubjectKeyIdentifier | String |
| PublicKeyInfoPublicKeyInfo | PublicKeyInfo |