다음을 통해 공유


CertificateReferenceElement.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.LocalMachine)]
public System.Security.Cryptography.X509Certificates.StoreLocation StoreLocation { get; set; }
[System.Configuration.ConfigurationProperty("storeLocation", DefaultValue="LocalMachine", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.Security.Cryptography.X509Certificates.StoreLocation StoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("storeLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
[<System.Configuration.ConfigurationProperty("storeLocation", DefaultValue="LocalMachine", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property StoreLocation As StoreLocation

속성 값

StoreLocation

StoreLocation 클라이언트가 서버 인증서의 유효성을 검사 하 여 인증서 저장소의 위치를 지정 하는 합니다. 기본값은 LocalMachine입니다.

특성

적용 대상