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

정의

파생 클래스에서 재정의된 경우 지정된 암호화된 키의 암호를 해독합니다.

public:
 abstract cli::array <System::Byte> ^ DecryptKey(System::String ^ algorithm, cli::array <System::Byte> ^ keyData);
public abstract byte[] DecryptKey(string algorithm, byte[] keyData);
abstract member DecryptKey : string * byte[] -> byte[]
Public MustOverride Function DecryptKey (algorithm As String, keyData As Byte()) As Byte()

매개 변수

algorithm
String

키를 암호화하는 데 사용된 암호화 알고리즘입니다.

keyData
Byte[]

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

반품

Byte[]

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

설명

클래스의 SecurityAlgorithms 정적 필드를 사용하여 알고리즘을 지정합니다.

적용 대상