Skip to content

Method ForProduction

Namespace: Belay.Core.Security
Assembly: Belay.Core.dll

ForProduction()

Creates a security configuration suitable for production environments.

csharp
public static SecurityConfiguration ForProduction()

Returns

SecurityConfiguration

A security configuration with strict settings for production.

Remarks

Production configurations prioritize security over convenience, with strict validation and minimal permissions. Recommended for deployed applications and untrusted environments.

Released under the Apache License 2.0.