FederatedMessageSecurityOverHttpElement.IssuedTokenType 属性

定义

获取或设置一个 URI,该 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

属性值

一个 URI,指定要颁发的令牌的类型。

属性

适用于