다음을 통해 공유


SecurityKeyElement.DecryptKey(String, Byte[]) 메서드

정의

지정한 알고리즘을 사용하여 지정된 키를 해독합니다.

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

매개 변수

algorithm
String

키를 해독하는 데 사용할 알고리즘입니다.

keyData
Byte[]

암호화된 키를 포함하는 배열입니다.

반환

Byte[]

해독된 키를 포함하는 배열입니다.

적용 대상