Share via


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

屬性值

URI,指定要發行的權杖型別。

屬性

適用於