JsonWebToken.Actor Property

Namespace:  Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public ReadOnly Property Actor As JsonWebToken
public JsonWebToken Actor { get; }
public:
property JsonWebToken^ Actor {
    JsonWebToken^ get ();
}
member Actor : JsonWebToken with get
function get Actor () : JsonWebToken

Property Value

Type: Microsoft.VisualStudio.Services.WebApi.Jwt.JsonWebToken

.NET Framework Security

See Also

Reference

JsonWebToken Class

Microsoft.VisualStudio.Services.WebApi.Jwt Namespace