System.Net.AuthenticationManager.Unregister C# (CSharp) 메소드

Unregister() 공개 정적인 메소드

public static Unregister ( string authenticationScheme ) : void
authenticationScheme string
리턴 void
        public static void Unregister(string authenticationScheme) { }
        public static System.Collections.IEnumerator RegisteredModules { get { throw null; } }

Same methods

AuthenticationManager::Unregister ( IAuthenticationModule authenticationModule ) : void