The StreamAlgorithmFactory type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberAES128
Create a new StreamAES object
Public propertyStatic memberAES192
Create a new StreamAES192 object
Public propertyStatic memberAES256
Create a new StreamAES256 object
Public propertyStatic memberArcFour
Create a new StreamARC4 object
Public propertyStatic memberArcFour1024
Create a new StreamARC41024 object
Public propertyStatic memberArcFour2048
Create a new StreamARC42048 object
Public propertyStatic memberArcFour512
Create a new StreamARC4512 object
Public propertyStatic memberBlowfish
Create a new Blowfish object
Public propertyStatic memberBlowfish256
Create a new Blowfish object
Public propertyStatic memberBlowfish448
Create a new Blowfish object
Public propertyStatic memberCast5
Create a new CAST5 (aka CAST-128) object
Public propertyStatic memberDES64
Create a new StreamDES object
Public propertyStatic memberTripleDES
Create a new Stream3DES object

See Also