Click or drag to resize

DESPrivacyProviderMinimumKeyLength Property

Returns minimum encryption/decryption key length. For DES, returned value is 16. DES protocol itself requires an 8 byte key. Additional 8 bytes are used for generating the encryption IV. For encryption itself, first 8 bytes of the key are used.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static int MinimumKeyLength { get; }
View Source

Property Value

Int32
See Also