Class UserCertificateSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for the users certificate configuration. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserCertificateSubscription : CallbackSubscription
- Inheritance
-
UserCertificateSubscription
- Inherited Members
Constructors
UserCertificateSubscription()
Standard constructor
public UserCertificateSubscription()
Methods
OnUserCertificateChanged(TChangeInfo, string)
Will be called when certificate configuration has been changed
public virtual void OnUserCertificateChanged(TChangeInfo Info, string thumbprint)
Parameters
InfoTChangeInfoThe standard change information
thumbprintstring
Events
UserCertificateChanged
Occurs if certificate configuration has been changed
public event OnCallbackUserCertificate UserCertificateChanged