共用方式為


CertificateReferenceElement.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 中所包含的型別必須滿足這個屬性的需求。

適用於