System::Security::Cryptography::SymmetricAlgorithm::set_Key method

SymmetricAlgorithm::set_Key method

Sets key of cryptographic operation.

virtual void System::Security::Cryptography::SymmetricAlgorithm::set_Key(System::ArrayPtr<uint8_t> value)
ParameterTypeDescription
valueSystem::ArrayPtr<uint8_t>Key to set.

See Also