X509Certificate.GetIssuerName Método

Definición

Precaución

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

Precaución

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

Precaución

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

Devuelve el nombre de la entidad de certificación que emitió el 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

Devoluciones

Nombre de la entidad de certificación que emitió el certificado X.509.

Atributos

Excepciones

Se produce un error con el certificado. Por ejemplo:

  • El archivo de certificado no existe.

  • El certificado no es válido.

  • La contraseña del certificado es incorrecta.

Se aplica a