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, String)

[To be supplied.]

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

Parameters

keySource
[To be supplied.]
strParameters
[To be supplied.]

See Also

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