System::Security::Cryptography::SymmetricAlgorithm::get_Key 方法

SymmetricAlgorithm::get_Key method

获取加密操作的密钥。如果尚未创建则创建新的。

virtual System::ArrayPtr<uint8_t> System::Security::Cryptography::SymmetricAlgorithm::get_Key()

ReturnValue

密钥数组的副本。

另见