Share via


JsonWebTokenValidationParameters.ValidateSignature Property

Namespace:  Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Property ValidateSignature As Boolean
public bool ValidateSignature { get; set; }
public:
property bool ValidateSignature {
    bool get ();
    void set (bool value);
}
member ValidateSignature : bool with get, set
function get ValidateSignature () : boolean 
function set ValidateSignature (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

JsonWebTokenValidationParameters Class

Microsoft.VisualStudio.Services.WebApi.Jwt Namespace