iControl.NetworkingIPsecIkePeer.set_my_certificate_key_passphrase C# (CSharp) Method

set_my_certificate_key_passphrase() private method

private set_my_certificate_key_passphrase ( string peers, string passphrases ) : void
peers string
passphrases string
return void
        public void set_my_certificate_key_passphrase(
		string [] peers,
		string [] passphrases
	)
        {
            this.Invoke("set_my_certificate_key_passphrase", new object [] {
                peers,
                passphrases});
        }
NetworkingIPsecIkePeer