JsonWebTokenValidationParameters.AllowedAudiences Property
Namespace: Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.