SecurityTokenDescriptor.TokenType 属性

定义

获取或设置已颁发令牌的令牌类型。Gets or sets the token type of the issued token.

public:
 property System::String ^ TokenType { System::String ^ get(); void set(System::String ^ value); };
public string TokenType { get; set; }
member this.TokenType : string with get, set
Public Property TokenType As String

属性值

String

令牌类型。The token type.

适用于