PowerSNMP for .NET
FipsMode Property




Determines whether or not the control only uses FIPS 140-2 compliant algorithms.
Syntax
Public Property FipsMode As Boolean
Dim instance As SnmpBase
Dim value As Boolean
 
instance.FipsMode = value
 
value = instance.FipsMode
public bool FipsMode {get; set;}
public: __property bool get_FipsMode();
public: __property void set_FipsMode( 
   bool value
);
public:
property bool FipsMode {
   bool get();
   void set (    bool value);
}
Remarks

When set to True the control will only use FIPS 140-2 compliant encryption and hashing algorithms.

See StandardMessage.Encode for special considerations on its usage in conjunction with this property.

To ensure complete FIPS-compliant operation, this property must be used regardless of the FipsAlgorithmPolicy registry setting.

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