다음을 통해 공유


EncryptedXml.DecryptEncryptedKey(EncryptedKey) 메서드

정의

EncryptedKey 요소로 표시되는 키를 확인합니다.

public:
 virtual cli::array <System::Byte> ^ DecryptEncryptedKey(System::Security::Cryptography::Xml::EncryptedKey ^ encryptedKey);
public virtual byte[] DecryptEncryptedKey (System.Security.Cryptography.Xml.EncryptedKey encryptedKey);
abstract member DecryptEncryptedKey : System.Security.Cryptography.Xml.EncryptedKey -> byte[]
override this.DecryptEncryptedKey : System.Security.Cryptography.Xml.EncryptedKey -> byte[]
Public Overridable Function DecryptEncryptedKey (encryptedKey As EncryptedKey) As Byte()

매개 변수

encryptedKey
EncryptedKey

검색할 키가 들어 있는 EncryptedKey 개체입니다.

반환

Byte[]

키가 들어 있는 바이트 배열입니다.

예외

encryptedKey 매개 변수의 값이 null입니다.

encryptedKey 매개 변수의 값이 3DES(Triple DES) 키 랩 알고리즘이나 Rijndael이라고도 하는 AES(고급 암호화 표준) 키 랩 알고리즘이 아닌 경우

설명

이 메서드는 DecryptEncryptedKey XML 문서의 요소 내에 <EncryptedKey> 포함된 암호화된 키를 해독합니다.

이 재귀 메서드는 개체가 나타내는 키를 찾습니다 EncryptedKey . 개체에는 EncryptedKey 해당 KeyInfo 값을 지정하는 다른 EncryptedKey 개체가 포함될 수 있습니다.

적용 대상