다음을 통해 공유


MetadataSerializer.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

속성 값

X.509 인증서 저장소 위치를 지정하는 열거형 값 중 하나입니다. 기본값은 DefaultTrustedStoreLocation로 지정됩니다.

적용 대상