X509PeerCertificateAuthenticationElement.TrustedStoreLocation 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
피어 인증서의 유효성이 증명되는, 신뢰할 수 있는 저장소의 위치를 가져오거나 설정합니다.
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
속성 값
피어 인증서의 유효성이 증명되는, 신뢰할 수 있는 저장소의 위치입니다.
- 특성
설명
Windows Communication Foundation (WCF) 보안 시스템에 대해 피어 인증서의 유효성을 검사 한 StoreLocation합니다. 저장소 위치는 이 속성을 사용하여 지정됩니다.