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

See Also

Reference

JwtSecurityToken Class

System.IdentityModel.Tokens Namespace