ConfigurationBasedIssuerNameRegistry.ConfiguredTrustedIssuers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the dictionary of trusted issuers that have been configured for this instance.
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)
Property Value
A dictionary that contains the trusted issuers.
Remarks
The key to the dictionary is the ASN.1 encoded form of the thumbprint of the trusted issuer's certificate and the value is the issuer name. The dictionary contains the issuers that were specified in configuration and any additional issuers that have been added with the AddTrustedIssuer method.