Pc1Encrypt(Byte, Byte) Method |
Encrypt byte array input using RC4-compatible algorithm
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static byte[] Encrypt(
byte[] input,
byte[] key
)
Public Shared Function Encrypt (
input As Byte(),
key As Byte()
) As Byte()
Parameters
- input Byte
- input byte array, any length
- key Byte
- key byte array, any length
Return Value
Bytebyte array
RemarksSuperseded by Cipher.StreamBytes()
See Also