JsonWebTokenValidationParameters.ValidateAudience 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 ValidateAudience As Boolean
public bool ValidateAudience { get; set; }
public:
property bool ValidateAudience {
    bool get ();
    void set (bool value);
}
member ValidateAudience : bool with get, set
function get ValidateAudience () : boolean 
function set ValidateAudience (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

JsonWebTokenValidationParameters Class

Microsoft.VisualStudio.Services.Common.JWT Namespace