Share via


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

See Also

Reference

JsonWebTokenValidationParameters Class

Microsoft.VisualStudio.Services.WebApi.Jwt Namespace