AuthenticationSchemeProvider.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:
virtual void RemoveScheme(System::String ^ name);
public virtual void RemoveScheme (string name);
abstract member RemoveScheme : string -> unit
override this.RemoveScheme : string -> unit
Public Overridable Sub RemoveScheme (name As String)
Parameters
- name
- String
The name of the authenticationScheme being removed.