iControl.NetworkingIPsecManualSecurityAssociation.set_auth_algorithm C# (CSharp) Method

set_auth_algorithm() private method

private set_auth_algorithm ( string associations, NetworkingIPsecSaManAlgorithm algorithms ) : void
associations string
algorithms NetworkingIPsecSaManAlgorithm
return void
        public void set_auth_algorithm(
		string [] associations,
		NetworkingIPsecSaManAlgorithm [] algorithms
	)
        {
            this.Invoke("set_auth_algorithm", new object [] {
                associations,
                algorithms});
        }
NetworkingIPsecManualSecurityAssociation