IssuedTokenParametersElement.TokenType 属性

定义

获取或设置要用于颁发的令牌的类型。

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

属性值

String

要用于颁发的令牌的类型。 默认值为 http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAML

属性

适用于