MetadataSerializer.TrustedIssuers Property

Definition

Gets the list of trusted issuers that are trusted to sign the metadata document by the current instance.

public:
 property System::Collections::Generic::List<System::String ^> ^ TrustedIssuers { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> TrustedIssuers { get; }
member this.TrustedIssuers : System.Collections.Generic.List<string>
Public ReadOnly Property TrustedIssuers As List(Of String)

Property Value

The list of trusted issuers.

Applies to