Skip to content

Method ForTesting

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

ForTesting()

Creates a security configuration suitable for testing environments.

csharp
public static SecurityConfiguration ForTesting()

Returns

SecurityConfiguration

A security configuration balanced for automated testing.

Remarks

Testing configurations balance security with the need to test various code patterns and scenarios. Suitable for CI/CD environments and automated test suites.

Released under the Apache License 2.0.