JwtSecurityToken.EncodedPayload Property
Gets the [Base64UrlEncoded] JwtPayload associated with this instance.
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)
Syntax
'Declaration
Public ReadOnly Property EncodedPayload As String
public string EncodedPayload { get; }
public:
property String^ EncodedPayload {
String^ get ();
}
member EncodedPayload : string with get
function get EncodedPayload () : String
Property Value
Type: System.String
Returns 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.