次の方法で共有


MetadataSerializer.TrustedIssuers プロパティ

定義

現在のインスタンスによってメタデータ ドキュメントに署名することが信頼されている、信頼できる発行元の一覧を取得します。

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)

プロパティ値

信頼された発行元のリスト。

適用対象