#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.DeclarativeBinding](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.DeclarativeBinding 'Abblix\.Oidc\.Server\.DeclarativeBinding')

## ElementsRequiredAttribute Class

Applied to an array, collection, or otherwise enumerable property, field, or parameter to declare that
the collection itself must be non\-null and contain at least one element, and that no element inside it
may be null\. Useful for protocol metadata such as `redirect_uris` where an empty array is invalid\.

```csharp
public class ElementsRequiredAttribute : System.Attribute
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → [System\.Attribute](https://learn.microsoft.com/en-us/dotnet/api/system.attribute 'System\.Attribute') → ElementsRequiredAttribute
