AllowedAudienceUriElement.AllowedAudienceUri プロパティ

定義

特定のサービスにアクセスできるユーザーの URI を指定する文字列を取得または設定します。

public:
 property System::String ^ AllowedAudienceUri { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("allowedAudienceUri", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
[System.Configuration.StringValidator(MinLength=1)]
public string AllowedAudienceUri { get; set; }
[<System.Configuration.ConfigurationProperty("allowedAudienceUri", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.AllowedAudienceUri : string with get, set
Public Property AllowedAudienceUri As String

プロパティ値

特定のサービスにアクセスできるユーザーの URI を指定する文字列。

属性

適用対象