X509PeerCertificateElement.X509FindType Свойство

Определение

Возвращает или задает тип поиска X.509 для выполнения.

public:
 property System::Security::Cryptography::X509Certificates::X509FindType X509FindType { System::Security::Cryptography::X509Certificates::X509FindType get(); void set(System::Security::Cryptography::X509Certificates::X509FindType value); };
[System.Configuration.ConfigurationProperty("x509FindType", DefaultValue=System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName)]
public System.Security.Cryptography.X509Certificates.X509FindType X509FindType { get; set; }
[<System.Configuration.ConfigurationProperty("x509FindType", DefaultValue=System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName)>]
member this.X509FindType : System.Security.Cryptography.X509Certificates.X509FindType with get, set
Public Property X509FindType As X509FindType

Значение свойства

Значение X509FindType, указывающее тип выполняемого поиска X.509.

Атрибуты

Комментарии

Тип, содержащийся в объекте FindValue, должен удовлетворять требованиям этого свойства.

Применяется к