Class UserStaticPSKSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for pre shared key configuration. This subscription can only be used by the IpPbxSrv itself. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserStaticPSKSubscription : CallbackSubscription
- Inheritance
-
UserStaticPSKSubscription
- Inherited Members
Constructors
UserStaticPSKSubscription()
Initializes a new instance of the UserStaticPSKSubscription class
public UserStaticPSKSubscription()
Methods
OnPSKChanged(TChangeInfo, byte[])
Will be called after the pre shared key of an user has been changed
public virtual void OnPSKChanged(TChangeInfo info, byte[] psk)
Parameters
info
TChangeInfopsk
byte[]The changed pre shared key
Events
PSKChanged
Occurs after the pre shared key of an user has been changed
public event OnPSKChanged PSKChanged