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: Lextm.SharpSnmpLib.SecurityAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static int MinimumKeyLength { get; }
Public Shared ReadOnly Property MinimumKeyLength As Integer
Get
Dim value As Integer
value = DESPrivacyProvider.MinimumKeyLength
public:
static property int MinimumKeyLength {
int get ();
}
static member MinimumKeyLength : int with get
Property Value
Int32
See Also