PowerSNMP for .NET
ServerCertificateChain Property




The certificate chain to use with DTLS connections when the SNMP Entity is acting as a DTLS server. Supports certificates with RSA or DSA keys. Null by default.
Syntax
Public Property ServerCertificateChain As X509Certificate2Collection
Dim instance As SnmpBase
Dim value As X509Certificate2Collection
 
instance.ServerCertificateChain = value
 
value = instance.ServerCertificateChain
public X509Certificate2Collection ServerCertificateChain {get; set;}
public: __property X509Certificate2Collection* get_ServerCertificateChain();
public: __property void set_ServerCertificateChain( 
   X509Certificate2Collection* value
);
public:
property X509Certificate2Collection^ ServerCertificateChain {
   X509Certificate2Collection^ get();
   void set (    X509Certificate2Collection^ 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