iControl.NetworkingIPsecPolicy.Beginget_encrypt_algorithm C# (CSharp) 메소드

Beginget_encrypt_algorithm() 공개 메소드

public Beginget_encrypt_algorithm ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_encrypt_algorithm(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_encrypt_algorithm", new object[] {
            policies}, callback, asyncState);
        }
NetworkingIPsecPolicy