다음을 통해 공유


X509PeerCertificateAuthentication.TrustedStoreLocation 속성

정의

클라이언트 인증서의 유효성이 증명되는, 신뢰할 수 있는 저장소의 위치를 가져오거나 설정합니다.

public:
 property System::Security::Cryptography::X509Certificates::StoreLocation TrustedStoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
member this.TrustedStoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property TrustedStoreLocation As StoreLocation

속성 값

StoreLocation

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

예외

자격 증명이 읽기 전용일 때 설정된 경우

설명

Windows Communication Foundation (WCF) 보안 시스템에 대해 클라이언트 인증서의 유효성을 검사 인증서를 사용할 때를 StoreLocation입니다. 저장소 위치는 이 매개 변수를 사용하여 지정됩니다.

적용 대상