iControl.NetworkingIPsecManualSecurityAssociation.get_auth_key C# (CSharp) Method

get_auth_key() private method

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