JwtSecurityToken.Actor Property
Gets the 'value' of the actor claim from JSON in the form of { actor, 'value' }.
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)
Syntax
'Declaration
Public ReadOnly Property Actor As String
public string Actor { get; }
public:
property String^ Actor {
String^ get ();
}
member Actor : string with get
function get Actor () : String
Property Value
Type: System.String
Returns String.
Remarks
If the actor claim is not found, null is returned.
.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.