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!

TripleDES_CSP.CreateEncryptor (Byte[], Byte[], SecurityElement)

[To be supplied.]

[Visual Basic]
Overloads Overrides Public Function CreateEncryptor( _
   ByVal rgbKey() As Byte, _
   ByVal rgbIV() As Byte, _
   ByVal elParameters As SecurityElement _
) As SymmetricStreamEncryptor
[C#]
public override SymmetricStreamEncryptor CreateEncryptor(
   byte[] rgbKey,
   byte[] rgbIV,
   SecurityElement elParameters
);
[C++]
public: override SymmetricStreamEncryptor* CreateEncryptor(
   unsigned char* rgbKey[],
   unsigned char* rgbIV[],
   SecurityElement* elParameters
);
[JScript]
public override function CreateEncryptor(
   rgbKey : Byte[],
   rgbIV : Byte[],
   elParameters : SecurityElement
) : SymmetricStreamEncryptor;

Parameters

rgbKey
[To be supplied.]
rgbIV
[To be supplied.]
elParameters
[To be supplied.]

See Also

TripleDES_CSP Class | TripleDES_CSP Members | System.Security.Cryptography Namespace | TripleDES_CSP.CreateEncryptor Overload List