WSTrustMessage.TokenType Property

Definition

Gets or sets the contents of the wst:TokenType element.

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

Property Value

A string that contains a URI that indicates the token type.

Remarks

This optional element indicates the desired token type.

Applies to