共用方式為


ConfigurationBasedIssuerNameRegistry.ConfiguredTrustedIssuers 屬性

定義

取得已針對執行個體設定之受信任簽發者的字典。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ ConfiguredTrustedIssuers { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> ConfiguredTrustedIssuers { get; }
member this.ConfiguredTrustedIssuers : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property ConfiguredTrustedIssuers As IDictionary(Of String, String)

屬性值

包含受信任簽發者的字典。

備註

字典的索引鍵是受信任簽發者憑證指紋的 ASN.1 編碼形式,而值為簽發者名稱。 字典包含組態中指定的簽發者,以及已使用 AddTrustedIssuer 方法新增的任何其他簽發者。

適用於