HCE THashAlgorithm, TEncryptionAlgorithm  GetEncryptor Method (Stream, Int32)NMLE API Reference
Creates a message locked encryptor object with the current hash algorythm and symetric algorythm.

Namespace: NMLE.HCE
Assembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ICryptoTransform GetEncryptor(
	Stream message,
	int keySize
)

Parameters

message
Type: OnlineSystem.IO Stream

[Missing <param name="message"/> documentation for "M:NMLE.HCE.HCE`2.GetEncryptor(System.IO.Stream,System.Int32)"]

keySize
Type: OnlineSystem Int32

[Missing <param name="keySize"/> documentation for "M:NMLE.HCE.HCE`2.GetEncryptor(System.IO.Stream,System.Int32)"]

Return Value

Type: OnlineICryptoTransform

[Missing <returns> documentation for "M:NMLE.HCE.HCE`2.GetEncryptor(System.IO.Stream,System.Int32)"]

See Also