X509Certificate.GetIssuerName Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание
X509Certificate.GetIssuerName has been deprecated. Use the Issuer property instead.
Внимание
This method has been deprecated. Please use the Issuer property instead. https://go.microsoft.com/fwlink/?linkid=14202
Внимание
This method has been deprecated. Please use the Issuer property instead. http://go.microsoft.com/fwlink/?linkid=14202
Возвращает имя центра сертификации, выдавшего сертификат 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
Возвращаемое значение
Имя центра сертификации, выдавшего сертификат X.509.
- Атрибуты
Исключения
Возникает ошибка с сертификатом. Рассмотрим пример.
Файл сертификата не существует.
Сертификат недопустим.
Пароль сертификата неверный.