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.EncryptCore

[To be supplied.]

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

Parameters

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

See Also

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