X509Certificate.GetIssuerName Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.