TokenValidatedContext.SecurityToken Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the validated security token.
public:
 property System::IdentityModel::Tokens::Jwt::JwtSecurityToken ^ SecurityToken { System::IdentityModel::Tokens::Jwt::JwtSecurityToken ^ get(); void set(System::IdentityModel::Tokens::Jwt::JwtSecurityToken ^ value); };public System.IdentityModel.Tokens.Jwt.JwtSecurityToken SecurityToken { get; set; }member this.SecurityToken : System.IdentityModel.Tokens.Jwt.JwtSecurityToken with get, setPublic Property SecurityToken As JwtSecurityToken