iControl.NetworkingIPsecManualSecurityAssociation.get_auth_algorithm C# (CSharp) Method

get_auth_algorithm() private method

private get_auth_algorithm ( string associations ) : NetworkingIPsecSaManAlgorithm[]
associations string
return NetworkingIPsecSaManAlgorithm[]
        public NetworkingIPsecSaManAlgorithm[] get_auth_algorithm(
		string [] associations
	)
        {
            object [] results = this.Invoke("get_auth_algorithm", new object [] {
                associations});
            return ((NetworkingIPsecSaManAlgorithm [])(results[0]));
        }
NetworkingIPsecManualSecurityAssociation