IAuthenticationSchemeProvider.RemoveScheme(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a scheme, preventing it from being used by IAuthenticationService.
public:
void RemoveScheme(System::String ^ name);
public void RemoveScheme (string name);
abstract member RemoveScheme : string -> unit
Public Sub RemoveScheme (name As String)
Parameters
- name
- String
The name of the authenticationScheme being removed.