DESPrivacyProviderUseEcbEncryption Property |
Flag to force using old ECB cipher mode encryption.
Namespace: Lextm.SharpSnmpLib.SecurityAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static bool UseEcbEncryption { get; set; }
Public Shared Property UseEcbEncryption As Boolean
Get
Set
Dim value As Boolean
value = DESPrivacyProvider.UseEcbEncryption
DESPrivacyProvider.UseEcbEncryption = value
public:
static property bool UseEcbEncryption {
bool get ();
void set (bool value);
}
static member UseEcbEncryption : bool with get, set
Property Value
Boolean
See Also