Share via


JsonWebTokenValidationParameters.ValidateAudience Property

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