EncryptValue()

RSA::EncryptValue(ByteArrayPtr) method

Encrypts value using private key.

virtual ByteArrayPtr System::Security::Cryptography::RSA::EncryptValue(ByteArrayPtr rgb)

Arguments

ParameterTypeDescription
rgbByteArrayPtrByte array to encrypt.

Return Value

Encrypted data in byte array format.

See Also