|
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.SecurityAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax public static int MinimumKeyLength { get; }
Public Shared ReadOnly Property MinimumKeyLength As Integer
Get
public:
static property int MinimumKeyLength {
int get ();
}
static member MinimumKeyLength : int with get
GSF.Net.Snmp.Security.DESPrivacyProvider.get_MinimumKeyLength = function();
View SourceProperty Value
Int32See Also