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

[To be supplied.]

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

Parameters

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

See Also

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