SecurityTokenHandlerConfiguration.TrustedStoreLocation 속성

정의

처리기가 발급자 인증서의 유효성을 검사하는 데 사용하는 X.509 신뢰할 수 있는 저장소 위치를 가져오거나 설정합니다.

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

속성 값

신뢰할 수 있는 저장소 위치입니다.

적용 대상