[To be supplied.]
[Visual Basic] Overloads Overridable Public Function CreateDecryptor( _ ByVal rgbKey() As Byte, _ ByVal strParameters As String _ ) As SymmetricStreamDecryptor [C#] public virtual SymmetricStreamDecryptor CreateDecryptor( byte[] rgbKey, string strParameters ); [C++] public: virtual SymmetricStreamDecryptor* CreateDecryptor( unsigned char* rgbKey[], String* strParameters ); [JScript] public function CreateDecryptor( rgbKey : Byte[], strParameters : String ) : SymmetricStreamDecryptor;
SymmetricAlgorithm Class | SymmetricAlgorithm Members | System.Security.Cryptography Namespace | SymmetricAlgorithm.CreateDecryptor Overload List