JsonWebTokenValidationParameters.ValidateActor Property
Namespace: Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property ValidateActor As Boolean
public bool ValidateActor { get; set; }
public:
property bool ValidateActor {
bool get ();
void set (bool value);
}
member ValidateActor : bool with get, set
function get ValidateActor () : boolean
function set ValidateActor (value : boolean)
Property Value
Type: System.Boolean
.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.