Class UserStaticPSKEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed user pre shared key configuration
public class UserStaticPSKEventArgs : CallbackEventArgs
- Inheritance
-
UserStaticPSKEventArgs
- Inherited Members
Constructors
UserStaticPSKEventArgs()
Initializes a new instance of the UserStaticPSKEventArgs class
public UserStaticPSKEventArgs()
Properties
PSK
Gets the new pre shared key
public byte[] PSK { get; }
Property Value
- byte[]
Methods
ToString()
public override string ToString()