Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConfigurationBasedIssuerNameRegistry::ConfiguredTrustedIssuers Property

.NET Framework (current version)
 

Gets the dictionary of trusted issuers that have been configured for this instance.

Namespace:   System.IdentityModel.Tokens
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
property IDictionary<String^, String^>^ ConfiguredTrustedIssuers {
	IDictionary<String^, String^>^ get();
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, String^>^

A dictionary that contains the trusted issuers.

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.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft