|
DESPrivacyProviderMaximumKeyLength Property
|
Return maximum 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 MaximumKeyLength { get; }
Public Shared ReadOnly Property MaximumKeyLength As Integer
Get
public:
static property int MaximumKeyLength {
int get ();
}
static member MaximumKeyLength : int with get
GSF.Net.Snmp.Security.DESPrivacyProvider.get_MaximumKeyLength = function();
View SourceProperty Value
Int32See Also