AuthenticationRegistry constructor

Initializes a new instance of the AuthenticationRegistry class.

public AuthenticationRegistry(StringComparer? comparer = null)
parameter description
comparer The string comparer to use for matching schemas and types.

See Also