X509Certificate.Subject Propriedade
Definição
Obtém o nome diferenciado da entidade do certificado.Gets the subject distinguished name from the certificate.
public:
property System::String ^ Subject { System::String ^ get(); };
public string Subject { get; }
member this.Subject : string
Public ReadOnly Property Subject As String
Valor da propriedade
O nome diferenciado da entidade do certificado.The subject distinguished name from the certificate.
Exceções
O identificador do certificado é inválido.The certificate handle is invalid.