Chia sẻ qua


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

public bool ValidateIssuer { get; set; }
public:
property bool ValidateIssuer {
    bool get();
    void set(bool value);
}
member ValidateIssuer : bool with get, set
Public Property ValidateIssuer As Boolean

Property Value

Type: System.Boolean

true if the issuer should be validate; otherwise, false.

See Also

JwtFormat Class
Microsoft.Owin.Security.Jwt Namespace

Return to top