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
- 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.