共用方式為


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

適用於