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 方法添加的任何其他颁发者。

适用于