iControl.ManagementTrust.reset_all C# (CSharp) Метод

reset_all() приватный Метод

private reset_all ( string device_object_name, bool keep_current_authority, string authority_cert, string authority_key ) : void
device_object_name string
keep_current_authority bool
authority_cert string
authority_key string
Результат void
        public void reset_all(
		string device_object_name,
		bool keep_current_authority,
		string authority_cert,
		string authority_key
	)
        {
            this.Invoke("reset_all", new object [] {
                device_object_name,
                keep_current_authority,
                authority_cert,
                authority_key});
        }