共用方式為


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)

屬性值

受信任之簽發者的清單。

適用於