ApiKeyAuthenticationOptions.StaticApiKeyAsBytes property

Gets the expected API key as a UTF-8 byte array, or null if StaticApiKey is not set.

public byte[]? StaticApiKeyAsBytes { get; }

See Also