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

See Also

Reference

JwtSecurityToken Class

System.IdentityModel.Tokens Namespace