X509CertificateTrustedIssuerElement.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, Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
public System.Security.Cryptography.X509Certificates.X509FindType X509FindType { get; set; }
[<System.Configuration.ConfigurationProperty("x509FindType", DefaultValue=System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName, Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
member this.X509FindType : System.Security.Cryptography.X509Certificates.X509FindType with get, set
Public Property X509FindType As X509FindType

属性值

X509FindType

一个 X509FindType,指定要执行的 X.509 搜索的类型。

属性

注解

FindValue 中包含的类型必须满足此属性的需求。

适用于