X509ScopedServiceCertificateElement.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

プロパティ値

実行される X.509 検索の種類を指定する X509FindType

属性

注釈

FindValue に格納されている型は、このプロパティの要件を満たす必要があります。

適用対象