PowerSNMP for .NET
ValidationCallback Property




Delegate that is raised when a certificate is received from the remote host.
Syntax
Public Property ValidationCallback As RemoteCertificateValidationCallback
Dim instance As SnmpBase
Dim value As RemoteCertificateValidationCallback
 
instance.ValidationCallback = value
 
value = instance.ValidationCallback
public RemoteCertificateValidationCallback ValidationCallback {get; set;}
public: __property RemoteCertificateValidationCallback* get_ValidationCallback();
public: __property void set_ValidationCallback( 
   RemoteCertificateValidationCallback* value
);
See Also

Reference

SnmpBase Class
SnmpBase Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic