X509Certificate.GetIssuerName Methode

Definitie

Let op

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

Let op

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

Retourneert de naam van de certificeringsinstantie die het X.509v3-certificaat heeft uitgegeven.

public:
 virtual System::String ^ GetIssuerName();
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();
[System.Obsolete("This method has been deprecated.  Please use the Issuer property instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public virtual string GetIssuerName();
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
[<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
Public Overridable Function GetIssuerName () As String

Retouren

De naam van de certificeringsinstantie die het X.509-certificaat heeft uitgegeven.

Kenmerken

Uitzonderingen

Er treedt een fout op met het certificaat. Voorbeeld:

  • Het certificaatbestand bestaat niet.

  • Het certificaat is ongeldig.

  • Het wachtwoord van het certificaat is onjuist.

Van toepassing op