JsonWebToken.Create Method (String)
Namespace: Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Shared Function Create ( _
jwtEncodedString As String _
) As JsonWebToken
public static JsonWebToken Create(
string jwtEncodedString
)
public:
static JsonWebToken^ Create(
String^ jwtEncodedString
)
static member Create :
jwtEncodedString:string -> JsonWebToken
public static function Create(
jwtEncodedString : String
) : JsonWebToken
Parameters
- jwtEncodedString
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Services.WebApi.Jwt.JsonWebToken
.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.