IRelDecryptor.Decrypt(EncryptionMethod, KeyInfo, Stream) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Stream 개체에 포함된 XrML <encryptedGrant>
요소의 암호를 해독합니다.
public:
System::IO::Stream ^ Decrypt(System::Security::Cryptography::Xml::EncryptionMethod ^ encryptionMethod, System::Security::Cryptography::Xml::KeyInfo ^ keyInfo, System::IO::Stream ^ toDecrypt);
public System.IO.Stream Decrypt (System.Security.Cryptography.Xml.EncryptionMethod encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt);
abstract member Decrypt : System.Security.Cryptography.Xml.EncryptionMethod * System.Security.Cryptography.Xml.KeyInfo * System.IO.Stream -> System.IO.Stream
Public Function Decrypt (encryptionMethod As EncryptionMethod, keyInfo As KeyInfo, toDecrypt As Stream) As Stream
매개 변수
- encryptionMethod
- EncryptionMethod
XML 암호화에 사용된 알고리즘을 캡슐화하는 EncryptionMethod 개체입니다.
- toDecrypt
- Stream
암호를 해독할 <encryptedGrant>
요소가 들어 있는 스트림 개체입니다.
반환
암호를 해독한 <encryptedGrant>
요소가 들어 있는 Stream 개체입니다.
설명
이 메서드는 Decrypt XrML <encryptedGrant>
요소의 암호를 해독하고 일반 텍스트 스트림을 반환합니다.