X509Certificate.GetIssuerName Methode

Definition

Achtung

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

Achtung

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

Achtung

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

Gibt den Namen der Zertifizierungsstelle zurück, die das X.509v3-Zertifikat ausgestellt hat.

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

Gibt zurück

Der Name der Zertifizierungsstelle, die das X.509-Zertifikat ausgestellt hat.

Attribute

Ausnahmen

Ein Fehler mit dem Zertifikat tritt auf. Beispiel:

  • Die Zertifikatdatei ist nicht vorhanden.

  • Das Zertifikat ist ungültig.

  • Das Kennwort des Zertifikats ist falsch.

Gilt für: