Constructeur RsaSignatureCookieTransform (RSA)
Creates a new instance of RsaSignatureCookieTransform.
Espace de noms: Microsoft.IdentityModel.Web
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim key As RSA Dim instance As New RsaSignatureCookieTransform(key)
Syntaxe
'Déclaration
Public Sub New ( _
key As RSA _
)
public RsaSignatureCookieTransform (
RSA key
)
public:
RsaSignatureCookieTransform (
RSA^ key
)
public RsaSignatureCookieTransform (
RSA key
)
public function RsaSignatureCookieTransform (
key : RSA
)
Paramètres
- key
RSA key used to sign/verify
Exceptions
Type d'exception | Condition |
---|---|
ArgumentNullException | When key is null |
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 RsaSignatureCookieTransform
Membres RsaSignatureCookieTransform
Espace de noms Microsoft.IdentityModel.Web