다음을 통해 공유


X509PeerCertificateAuthenticationElement.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.CurrentUser)]
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser)>]
member this.TrustedStoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property TrustedStoreLocation As StoreLocation

속성 값

StoreLocation

피어 인증서의 유효성이 증명되는, 신뢰할 수 있는 저장소의 위치입니다.

특성

설명

Windows Communication Foundation (WCF) 보안 시스템에 대해 피어 인증서의 유효성을 검사 한 StoreLocation합니다. 저장소 위치는 이 속성을 사용하여 지정됩니다.

적용 대상