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.CreateDecryptor (Byte[], Byte[])

[To be supplied.]

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

Parameters

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

See Also

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