set_Key()

SymmetricAlgorithm::set_Key(System::ArrayPtr<uint8_t>) method

Sets key of cryptographic operation.

virtual void System::Security::Cryptography::SymmetricAlgorithm::set_Key(System::ArrayPtr<uint8_t> value)

Arguments

ParameterTypeDescription
valueSystem::ArrayPtr<uint8_t>Key to set.

See Also