다음을 통해 공유


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

속성 값

X.509 인증서에 대한 저장소 위치입니다. 기본값은 LocalMachine입니다.

특성

설명

이 속성은 선택 사항입니다. 나타내므로 합니다 trustedSToreLocation 특성을 <certificateValidation> 요소.

적용 대상