ConfigurationBasedIssuerNameRegistry.ConfiguredTrustedIssuers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取为当前实例配置的可信颁发者的字典。
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 方法添加的任何其他颁发者。