This documentation is archived and is not being maintained.
WrappedKeySecurityToken Class
Visual Studio 2010
Represents a security token whose key is wrapped inside another token.
System::Object
System.IdentityModel.Tokens::SecurityToken
System.ServiceModel.Security.Tokens::WrappedKeySecurityToken
System.IdentityModel.Tokens::SecurityToken
System.ServiceModel.Security.Tokens::WrappedKeySecurityToken
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The WrappedKeySecurityToken type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WrappedKeySecurityToken | Initializes a new instance of the WrappedKeySecurityToken class. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets the token ID. (Overrides SecurityToken::Id.) |
![]() | SecurityKeys | Gets a collection of security keys. (Overrides SecurityToken::SecurityKeys.) |
![]() | ValidFrom | Gets the token effective start date. (Overrides SecurityToken::ValidFrom.) |
![]() | ValidTo | Gets the token expiration date. (Overrides SecurityToken::ValidTo.) |
![]() | WrappingAlgorithm | Gets the wrapping algorithm. |
![]() | WrappingToken | Gets the wrapping token. |
![]() | WrappingTokenReference | Gets the wrapping token reference. |
| Name | Description | |
|---|---|---|
![]() | CanCreateKeyIdentifierClause<T> | Gets a value that indicates whether the token can create a key identifier clause. (Overrides SecurityToken::CanCreateKeyIdentifierClause<T>().) |
![]() | CreateKeyIdentifierClause<T> | Create a key identifier clause. (Overrides SecurityToken::CreateKeyIdentifierClause<T>().) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWrappedKey | Gets the wrapped key. |
![]() | MatchesKeyIdentifierClause | Compares the current security key identifier clause to a specified one for equality. (Overrides SecurityToken::MatchesKeyIdentifierClause(SecurityKeyIdentifierClause).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResolveKeyIdentifierClause | Gets the key for the specified key identifier clause. (Inherited from SecurityToken.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:


