Sdílet prostřednictvím


ConfigurationBasedIssuerNameRegistry.ConfiguredTrustedIssuers Vlastnost

Definice

Získá slovník důvěryhodných vystavitelů, které byly nakonfigurovány pro tuto instanci.

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)

Hodnota vlastnosti

Slovník obsahující důvěryhodné vystavitele.

Poznámky

Klíč slovníku je formát kryptografického otisku certifikátu důvěryhodného vystavitele v kódování ASN.1 a hodnota je název vystavitele. Slovník obsahuje vystavitele, které byly zadány v konfiguraci, a všechny další vystavitele, které byly přidány pomocí AddTrustedIssuer metody .

Platí pro