X509Certificate.GetIssuerName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.
Caution
This method has been deprecated. Please use the Issuer property instead. https://go.microsoft.com/fwlink/?linkid=14202
Caution
This method has been deprecated. Please use the Issuer property instead. http://go.microsoft.com/fwlink/?linkid=14202
Returns the name of the certification authority that issued the X.509v3 certificate.
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
Returns
The name of the certification authority that issued the X.509 certificate.
- Attributes
Exceptions
An error with the certificate occurs. For example:
The certificate file does not exist.
The certificate is invalid.
The certificate's password is incorrect.