IRelDecryptor.Decrypt(EncryptionMethod, KeyInfo, Stream) Yöntem

Tanım

Bir nesnenin içinde Stream yer alan XrML <encryptedGrant> öğesinin şifresini çözer.

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

Parametreler

encryptionMethod
EncryptionMethod

EncryptionMethod XML şifrelemesi için kullanılan algoritmayı kapsülleyen bir nesne.

keyInfo
KeyInfo

KeyInfo Şifre çözme için kullanılacak asimetrik anahtar içeren bir nesne.

toDecrypt
Stream

Şifresi çözülecek bir öğe içeren akış <encryptedGrant> nesnesi.

Döndürülenler

Stream

Stream Şifresi çözülmüş <encryptedGrant> öğe içeren bir nesne.

Açıklamalar

Decrypt yöntemi bir XrML <encryptedGrant> öğesinin şifresini çözer ve düz metin akışı döndürür.

Şunlara uygulanır