iControl.NetworkingIPsecIkePeer.Endget_phase1_auth_method C# (CSharp) Method

Endget_phase1_auth_method() public method

public Endget_phase1_auth_method ( System asyncResult ) : NetworkingIPsecSaMethod[]
asyncResult System
return NetworkingIPsecSaMethod[]
        public NetworkingIPsecSaMethod[] Endget_phase1_auth_method(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingIPsecSaMethod [])(results[0]));
        }
NetworkingIPsecIkePeer