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

[To be supplied.]

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

Parameters

keySource
[To be supplied.]
elParameters
[To be supplied.]

See Also

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