Sharpen.PasswordAuthentication.GetUserName C# (CSharp) Method

GetUserName() public method

public GetUserName ( ) : string
return string
		public string GetUserName ()
		{
			throw new NotImplementedException ();
		}
	}