Method IsAcceptedName
- Assembly
- MailFathom.Infrastructure.dll
IsAcceptedName(string?)
Reports whether a configured value may name a profile.
public static bool IsAcceptedName(string? configuredValue)
Parameters
configuredValuestringThe bound name.
Returns
Remarks
The accepted characters are narrow for the reason SecretName gives: the name reaches a log line and an audit record, where escaping or truncation must not be what decides its meaning.