X509Certificate.GetIssuerName Método

Definição

Cuidado

X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.

Cuidado

This method has been deprecated. Please use the Issuer property instead. https://go.microsoft.com/fwlink/?linkid=14202

Cuidado

This method has been deprecated. Please use the Issuer property instead. http://go.microsoft.com/fwlink/?linkid=14202

Retorna o nome da autoridade de certificação que emitiu o certificado X.509v3.

public:
 virtual System::String ^ GetIssuerName();
[System.Obsolete("X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.")]
public virtual string GetIssuerName();
[System.Obsolete("This method has been deprecated.  Please use the Issuer property instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public virtual string GetIssuerName();
[System.Obsolete("This method has been deprecated.  Please use the Issuer property instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public virtual string GetIssuerName();
public virtual string GetIssuerName();
[<System.Obsolete("X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.")>]
abstract member GetIssuerName : unit -> string
override this.GetIssuerName : unit -> string
[<System.Obsolete("This method has been deprecated.  Please use the Issuer property instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member GetIssuerName : unit -> string
override this.GetIssuerName : unit -> string
[<System.Obsolete("This method has been deprecated.  Please use the Issuer property instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member GetIssuerName : unit -> string
override this.GetIssuerName : unit -> string
abstract member GetIssuerName : unit -> string
override this.GetIssuerName : unit -> string
Public Overridable Function GetIssuerName () As String

Retornos

O nome da autoridade de certificação que emitiu o certificado X.509.

Atributos

Exceções

Ocorre um erro com o certificado. Por exemplo:

  • O arquivo de certificado não existe.

  • O certificado é inválido.

  • A senha do certificado está incorreta.

Aplica-se a