WrappedKeySecurityToken Class
Represents a security token whose key is wrapped inside another token.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
This class represents an encrypted key that comes over the wire. The encrypted key is a symmetric key that is encrypted for the receiving party using the receiving party’s public key. When such a key is received, the receiver’s security token is resolved, the symmetric key is decrypted, and an instance of this class is created that contains these two pieces of information.
System.IdentityModel.Tokens.SecurityToken
System.ServiceModel.Security.Tokens.WrappedKeySecurityToken
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.