iControl.NetworkingIPsecIkePeer.set_phase1_auth_method C# (CSharp) Méthode

set_phase1_auth_method() private méthode

private set_phase1_auth_method ( string peers, NetworkingIPsecSaMethod methods ) : void
peers string
methods NetworkingIPsecSaMethod
Résultat void
        public void set_phase1_auth_method(
		string [] peers,
		NetworkingIPsecSaMethod [] methods
	)
        {
            this.Invoke("set_phase1_auth_method", new object [] {
                peers,
                methods});
        }
NetworkingIPsecIkePeer