JwtFormat.ValidateIssuer Property
Gets or sets a value indicating whether JWT issuers should be validated.
Namespace: Microsoft.Owin.Security.Jwt
Assembly: Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
Syntax
'Declaration
Public Property ValidateIssuer As Boolean
Get
Set
'Usage
Dim instance As JwtFormat
Dim value As Boolean
value = instance.ValidateIssuer
instance.ValidateIssuer = value
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
true if the issuer should be validate; otherwise, false.