InMemorySymmetricSecurityKey.GetDecryptionTransform(String, Byte[]) 메서드

정의

지정된 암호화 알고리즘을 사용하여 암호 텍스트를 해독하는 변환을 가져옵니다.

public:
 override System::Security::Cryptography::ICryptoTransform ^ GetDecryptionTransform(System::String ^ algorithm, cli::array <System::Byte> ^ iv);
public override System.Security.Cryptography.ICryptoTransform GetDecryptionTransform(string algorithm, byte[] iv);
override this.GetDecryptionTransform : string * byte[] -> System.Security.Cryptography.ICryptoTransform
Public Overrides Function GetDecryptionTransform (algorithm As String, iv As Byte()) As ICryptoTransform

매개 변수

algorithm
String

암호화된 XML과 같이 암호 텍스트를 해독하는 암호화 알고리즘입니다.

iv
Byte[]

지정된 알고리즘에 Byte 대한 초기화 벡터(IV)가 포함된 배열입니다.

반품

ICryptoTransform 암호 해독 변환을 나타내는 값입니다.

예외

algorithm은 지원되지 않습니다. 지원되는 알고리즘은 TripleDesEncryption, Aes128EncryptionAes192EncryptionAes256Encryption.

설명

클래스의 암호 해독 알고리즘을 나타내는 필드를 사용하여 알고리즘을 지정합니다 SecurityAlgorithms .

적용 대상