NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SymmetricStreamEncryptor.BlockEncrypt

[To be supplied.]

[Visual Basic]
Overridable Protected Function BlockEncrypt( _
   ByVal rgb() As Byte, _
   ByVal ib As Integer _
) As Byte ()
[C#]
protected virtual byte[] BlockEncrypt(
   byte[] rgb,
   int ib
);
[C++]
protected: virtual unsigned char* BlockEncrypt(
   unsigned char* rgb[],
   int ib
) [];
[JScript]
protected function BlockEncrypt(
   rgb : Byte[],
   ib : int
) : Byte[];

Parameters

rgb
[To be supplied.]
ib
[To be supplied.]

See Also

SymmetricStreamEncryptor Class | SymmetricStreamEncryptor Members | System.Security.Cryptography Namespace