X509ClientCertificateAuthenticationElement.TrustedStoreLocation プロパティ

定義

クライアント証明書が検証される信頼できるストアの場所を取得または設定します。

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

プロパティ値

信頼できるストアの場所。

属性

注釈

Windows Communication Foundation (WCF) セキュリティ システムは、StoreLocationに対してクライアント証明書を検証します。 ストアの場所は、このプロパティを使用して指定されます。

適用対象