MetadataSerializer.TrustedIssuers 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.