BasicAuthenticationOptions.SeparatorRegex property

Gets or sets the regular expression used to separate the username and password in the credentials.

public Regex SeparatorRegex { get; set; }

See Also