EncryptedSecurityToken Class

A pseudo-token which handles encryption for a token which does not natively support it.

Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As EncryptedSecurityToken

Syntax

'Declaration
Public Class EncryptedSecurityToken
    Inherits SecurityToken
public class EncryptedSecurityToken : SecurityToken
public ref class EncryptedSecurityToken : public SecurityToken
public class EncryptedSecurityToken extends SecurityToken
public class EncryptedSecurityToken extends SecurityToken

Hinweise

For example, a SamlSecurityToken has no notion of how to encrypt itself, so to issue an encrypted SAML11 assertion, wrap a SamlSecurityToken with an EncryptedSecurityToken and provide appropriate EncryptingCredentials.

Vererbungshierarchie

System.Object
   System.IdentityModel.Tokens.SecurityToken
    Microsoft.IdentityModel.Tokens.EncryptedSecurityToken

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

EncryptedSecurityToken Members
Microsoft.IdentityModel.Tokens Namespace