Class UserNTAccountSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for changed windows user authentication configuration. Assigned windows users. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserNTAccountSubscription : CallbackSubscription
- Inheritance
-
UserNTAccountSubscription
- Inherited Members
Constructors
UserNTAccountSubscription()
Initializes a new instance of the UserNTAccountSubscription class
public UserNTAccountSubscription()
Methods
OnUserNTAccountChanged(TChangeInfo, TUserNTAccount)
Virtual method will be called after windows user authentication configuration has been changed
public virtual void OnUserNTAccountChanged(TChangeInfo info, TUserNTAccount config)
Parameters
info
TChangeInfoThe standard change information
config
TUserNTAccountThe changed nt account configuration
Events
NTAccountChanged
Occurs after windows user authentication configuration has been changed.
public event OnCallbackNTAccount NTAccountChanged