System::Security::Cryptography::TripleDESManaged::CreateDecryptor 메서드

TripleDESManaged::CreateDecryptor() method

알고리즘 객체가 정의한 매개변수를 사용하여 복호화 객체를 생성합니다.

virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor()

또 보기

TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method

명시적인 매개변수를 사용하여 복호화 객체를 생성합니다.

SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
매개변수형식설명
rgbKeySystem::ArrayPtr<uint8_t>바이트 배열 형태의 암호화 키.
rgbIVSystem::ArrayPtr<uint8_t>바이트 배열 형태의 초기값.

ReturnValue

새로 생성된 복호화 객체.

또 보기