| 
            
              AESPrivacyProviderBaseMaximumKeyLength 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.258-beta
Syntaxpublic int MaximumKeyLength { get; }Public ReadOnly Property MaximumKeyLength As Integer
	Get
public:
property int MaximumKeyLength {
	int get ();
}member MaximumKeyLength : int with get
function get_MaximumKeyLength();
 View SourceProperty Value
Int32
See Also