X509Certificate.GetIssuerName Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.