JwtSecurityToken.RawData Property

Gets the original raw data of this instance when it was created.

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Public ReadOnly Property RawData As String
public string RawData { get; }
public:
property String^ RawData {
    String^ get ();
}
member RawData : string with get
function get RawData () : String

Property Value

Type: System.String
Returns String.

Remarks

The original JSON Compact serialized format passed to one of the two constructors: JwtSecurityToken orJwtSecurityToken.

.NET Framework Security

See Also

Reference

JwtSecurityToken Class

System.IdentityModel.Tokens Namespace