JsonWebTokenValidationParameters.ValidateSignature Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common.JWT
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.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.Common.JWT Namespace