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 (DeriveBytes)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function CreateDecryptor( _
   ByVal keySource As DeriveBytes _
) As SymmetricStreamDecryptor
[C#]
public virtual SymmetricStreamDecryptor CreateDecryptor(
   DeriveBytes keySource
);
[C++]
public: virtual SymmetricStreamDecryptor* CreateDecryptor(
   DeriveBytes* keySource
);
[JScript]
public function CreateDecryptor(
   keySource : DeriveBytes
) : SymmetricStreamDecryptor;

Parameters

keySource
[To be supplied.]

See Also

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