Xceed .NET Libraries Documentation
CreateKeystream Method (GaloisCounterModeEncryptionAlgorithmBase)


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > GaloisCounterModeEncryptionAlgorithmBase Class : CreateKeystream Method
Syntax
'Declaration
 
Protected Overrides Function CreateKeystream( _
   ByVal transform As ICryptoTransform, _
   ByVal initialIV() As Byte _
) As PadSymetricEncryptionAlgorithmBase.PadKeystream
'Usage
 
Dim instance As GaloisCounterModeEncryptionAlgorithmBase
Dim transform As ICryptoTransform
Dim initialIV() As Byte
Dim value As PadSymetricEncryptionAlgorithmBase.PadKeystream
 
value = instance.CreateKeystream(transform, initialIV)
protected override PadSymetricEncryptionAlgorithmBase.PadKeystream CreateKeystream( 
   ICryptoTransform transform,
   byte[] initialIV
)

Parameters

transform
initialIV
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
Base Implementation in CreateKeystream