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

[To be supplied.]

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

Parameters

keySource
[To be supplied.]

See Also

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