iControl.ManagementUserManagement.set_authentication_method C# (CSharp) Method

set_authentication_method() private method

private set_authentication_method ( CommonAuthenticationMethod auth_method ) : void
auth_method CommonAuthenticationMethod
return void
        public void set_authentication_method(
		CommonAuthenticationMethod auth_method
	)
        {
            this.Invoke("set_authentication_method", new object [] {
                auth_method});
        }
ManagementUserManagement