[To be supplied.]
[Visual Basic] Overloads MustOverride Public Function CreateEncryptor( _ ByVal rgbKey() As Byte, _ ByVal rgbIV() As Byte, _ ByVal elParameters As SecurityElement _ ) As SymmetricStreamEncryptor [C#] public abstract SymmetricStreamEncryptor CreateEncryptor( byte[] rgbKey, byte[] rgbIV, SecurityElement elParameters ); [C++] public: virtual SymmetricStreamEncryptor* CreateEncryptor( unsigned char* rgbKey[], unsigned char* rgbIV[], SecurityElement* elParameters ) = 0; [JScript] public abstract function CreateEncryptor( rgbKey : Byte[], rgbIV : Byte[], elParameters : SecurityElement ) : SymmetricStreamEncryptor;
SymmetricAlgorithm Class | SymmetricAlgorithm Members | System.Security.Cryptography Namespace | SymmetricAlgorithm.CreateEncryptor Overload List