JsonWebToken.EncodedToken Property
Namespace: Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property EncodedToken As String
public string EncodedToken { get; private set; }
public:
property String^ EncodedToken {
String^ get ();
private: void set (String^ value);
}
member EncodedToken : string with get, private set
function get EncodedToken () : String
private function set EncodedToken (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.