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!

SymmetricAlgorithm.CreateEncryptor (Byte[], Byte[], String)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function CreateEncryptor( _
   ByVal rgbKey() As Byte, _
   ByVal rgbIV() As Byte, _
   ByVal strParameters As String _
) As SymmetricStreamEncryptor
[C#]
public virtual SymmetricStreamEncryptor CreateEncryptor(
   byte[] rgbKey,
   byte[] rgbIV,
   string strParameters
);
[C++]
public: virtual SymmetricStreamEncryptor* CreateEncryptor(
   unsigned char* rgbKey[],
   unsigned char* rgbIV[],
   String* strParameters
);
[JScript]
public function CreateEncryptor(
   rgbKey : Byte[],
   rgbIV : Byte[],
   strParameters : String
) : SymmetricStreamEncryptor;

Parameters

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

See Also

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