Class UserNTAccountEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed windows user authentication configuration
public class UserNTAccountEventArgs : CallbackEventArgs
- Inheritance
-
UserNTAccountEventArgs
- Inherited Members
Constructors
UserNTAccountEventArgs()
Initializes a new instance of the UserNTAccountEventArgs class
public UserNTAccountEventArgs()
Properties
NTAccountConfig
Gets the changed windows user authentication configuration
public TUserNTAccount NTAccountConfig { get; }
Property Value
- TUserNTAccount
Methods
ToString()
public override string ToString()