iControl.ManagementLicenseAdministration.check_registration_key_crc C# (CSharp) Method

check_registration_key_crc() private method

private check_registration_key_crc ( string registration_keys ) : bool[]
registration_keys string
return bool[]
        public bool[] check_registration_key_crc(
		string [] registration_keys
	)
        {
            object [] results = this.Invoke("check_registration_key_crc", new object [] {
                registration_keys});
            return ((bool [])(results[0]));
        }