Xceed .NET Libraries Documentation
GaloisCounterModeEncryptionAlgorithmBase Constructor


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > GaloisCounterModeEncryptionAlgorithmBase Class : GaloisCounterModeEncryptionAlgorithmBase Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal algorithmName As String, _
   ByVal counterEncryptionAlgorithm As SymmetricAlgorithm, _
   ByVal keySize As Integer _
)
'Usage
 
Dim algorithmName As String
Dim counterEncryptionAlgorithm As SymmetricAlgorithm
Dim keySize As Integer
 
Dim instance As New GaloisCounterModeEncryptionAlgorithmBase(algorithmName, counterEncryptionAlgorithm, keySize)
public GaloisCounterModeEncryptionAlgorithmBase( 
   string algorithmName,
   SymmetricAlgorithm counterEncryptionAlgorithm,
   int keySize
)

Parameters

algorithmName
counterEncryptionAlgorithm
keySize
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GaloisCounterModeEncryptionAlgorithmBase Class
GaloisCounterModeEncryptionAlgorithmBase Members