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