iControl.ManagementUserManagement.get_authentication_method C# (CSharp) Method

get_authentication_method() private method

private get_authentication_method ( ) : CommonAuthenticationMethod
return CommonAuthenticationMethod
        public CommonAuthenticationMethod get_authentication_method(

	)
        {
            object [] results = this.Invoke("get_authentication_method", new object [0]);
            return ((CommonAuthenticationMethod)(results[0]));
        }
ManagementUserManagement