다음을 통해 공유


X509PeerCertificateElement.StoreLocation 속성

정의

클라이언트가 피어 인증서의 유효성을 검사하는 데 사용할 수 있는 인증서 저장소 위치를 지정하는 값을 가져오거나 설정합니다.

public:
 property System::Security::Cryptography::X509Certificates::StoreLocation StoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
[System.Configuration.ConfigurationProperty("storeLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser)]
public System.Security.Cryptography.X509Certificates.StoreLocation StoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("storeLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property StoreLocation As StoreLocation

속성 값

StoreLocation

StoreLocation 기본값은 LocalMachine입니다.

특성

적용 대상