AESPrivacyProviderBaseUseLegacy Property |
Flag to force using legacy encryption/decryption code on .NET 6.
Namespace: Lextm.SharpSnmpLib.SecurityAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static bool UseLegacy { get; set; }
Public Shared Property UseLegacy As Boolean
Get
Set
Dim value As Boolean
value = AESPrivacyProviderBase.UseLegacy
AESPrivacyProviderBase.UseLegacy = value
public:
static property bool UseLegacy {
bool get ();
void set (bool value);
}
static member UseLegacy : bool with get, set
Property Value
Boolean
See Also