Partager via


Méthode RsaEncryptionCookieTransform.Decode

Espace de noms: Microsoft.IdentityModel.Web
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As RsaEncryptionCookieTransform
Dim encoded As Byte()
Dim returnValue As Byte()

returnValue = instance.Decode(encoded)

Syntaxe

'Déclaration
Public Overrides Function Decode ( _
    encoded As Byte() _
) As Byte()
public override byte[] Decode (
    byte[] encoded
)
public:
virtual array<unsigned char>^ Decode (
    array<unsigned char>^ encoded
) override
public byte[] Decode (
    byte[] encoded
)
public override function Decode (
    encoded : byte[]
) : byte[]

Paramètres

  • encoded
     

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Voir aussi

Référence

Classe RsaEncryptionCookieTransform
Membres RsaEncryptionCookieTransform
Espace de noms Microsoft.IdentityModel.Web