次の方法で共有


FederatedMessageSecurityOverHttpElement.IssuedTokenType プロパティ

定義

発行されるトークンの型を指定する URI を取得または設定します。

public:
 property System::String ^ IssuedTokenType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("issuedTokenType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string IssuedTokenType { get; set; }
[<System.Configuration.ConfigurationProperty("issuedTokenType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.IssuedTokenType : string with get, set
Public Property IssuedTokenType As String

プロパティ値

String

発行されるトークンの型を指定する URI。

属性

適用対象