EndProcessAuthentication() private method

private EndProcessAuthentication ( IAsyncResult result ) : void
result IAsyncResult
return void
示例#1
0
        //
        public virtual void EndAuthenticateAsClient(IAsyncResult asyncResult)
        {
#if DEBUG
            using (GlobalLog.SetThreadKind(ThreadKinds.User)) {
#endif
            _NegoState.EndProcessAuthentication(asyncResult);
#if DEBUG
        }
#endif
        }