Share via


JsonWebToken.Actor Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common.JWT
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.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.Common.JWT.JsonWebToken

.NET Framework Security

See Also

Reference

JsonWebToken Class

Microsoft.VisualStudio.Services.Common.JWT Namespace