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