TripleDESPrivacyProvider.MinimumKeyLength Property |
Returns minimum encryption/decryption key length. For 3DES, returned value is 32.
3DES protocol itself requires an 24 byte key. Additional 8 bytes are used for generating the
encryption IV. For encryption itself, first 24 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 = TripleDESPrivacyProvider.MinimumKeyLength
public:
static property int MinimumKeyLength {
int get ();
}
static member MinimumKeyLength : int with get
Property Value
Int32
See Also