X509Certificate.GetIssuerName Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.
Attenzione
This method has been deprecated. Please use the Issuer property instead. https://go.microsoft.com/fwlink/?linkid=14202
Attenzione
This method has been deprecated. Please use the Issuer property instead. http://go.microsoft.com/fwlink/?linkid=14202
Restituisce il nome dell'autorità di certificazione che ha emesso il certificato 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
Valori restituiti
Nome dell'autorità di certificazione che ha emesso il certificato X.509.
- Attributi
Eccezioni
Si verifica un errore con il certificato. Per esempio:
Il file di certificato non esiste.
Il certificato non è valido.
La password del certificato non è corretta.