Propriété RsaEncryptionCookieTransform.EncryptionKey
Espace de noms: Microsoft.IdentityModel.Web
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As RsaEncryptionCookieTransform Dim value As RSA value = instance.EncryptionKey instance.EncryptionKey = value
Syntaxe
'Déclaration
Public Overridable Property EncryptionKey As RSA
public virtual RSA EncryptionKey { get; set; }
public:
virtual property RSA^ EncryptionKey {
RSA^ get ();
void set (RSA^ value);
}
/** @property */
public RSA get_EncryptionKey ()
/** @property */
public void set_EncryptionKey (RSA value)
public function get EncryptionKey () : RSA
public function set EncryptionKey (value : RSA)
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