次の方法で共有


IssuedTokenServiceCredential.AllowedAudienceUris プロパティ

定義

サービスの名前付きユーザーを指定する文字列のコレクションを取得します。

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

プロパティ値

IList<String>

URI のジェネリック リスト。

適用対象