System.Net.AuthenticationManager.Unregister C# (CSharp) Метод

Unregister() публичный статический Метод

public static Unregister ( IAuthenticationModule authenticationModule ) : void
authenticationModule IAuthenticationModule
Результат void
        public static void Unregister(IAuthenticationModule authenticationModule) { }
        public static void Unregister(string authenticationScheme) { }

Same methods

AuthenticationManager::Unregister ( string authenticationScheme ) : void