UnlockUser() 공개 추상적인 메소드

public abstract UnlockUser ( string userName ) : bool
userName string
리턴 bool
예제 #1
0
        public bool UnlockUser(string applicationName, string username)
        {
            _Provider.ApplicationName = _ApplicationName;

            return(_Provider.UnlockUser(username));
        }