JsonWebTokenValidationParameters.AllowedAudiences 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 AllowedAudiences As IEnumerable(Of String)
public IEnumerable<string> AllowedAudiences { get; set; }
public:
property IEnumerable<String^>^ AllowedAudiences {
    IEnumerable<String^>^ get ();
    void set (IEnumerable<String^>^ value);
}
member AllowedAudiences : IEnumerable<string> with get, set
function get AllowedAudiences () : IEnumerable<String>
function set AllowedAudiences (value : IEnumerable<String>)

Property Value

Type: System.Collections.Generic.IEnumerable<String>

.NET Framework Security

See Also

Reference

JsonWebTokenValidationParameters Class

Microsoft.VisualStudio.Services.Common.JWT Namespace