unregister_authentication_agent_sync


Description:

public bool unregister_authentication_agent_sync (Subject subject, string object_path, Cancellable? cancellable = null) throws Error

Unregisters an authentication agent.

The calling thread is blocked until a reply is received. See unregister_authentication_agent for the asynchronous version.

Parameters:

this

A Authority.

subject

The subject the authentication agent is for, typically a UnixSession object.

object_path

The object path for the authentication agent.

cancellable

A Cancellable or null.

Returns:

true if the authentication agent was successfully unregistered, false if throws is set.