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