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

Tanım

Bir nesnenin içinde <encryptedGrant> yer alan XrML Stream öğ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 nesne.

toDecrypt
Stream

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

Döndürülenler

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

Açıklamalar

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

Şunlara uygulanır