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 指定。

适用于