WrappedKeySecurityToken Class
Represents a security token whose key is wrapped inside another token.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
System.IdentityModel.Tokens::SecurityToken
System.ServiceModel.Security.Tokens::WrappedKeySecurityToken
| Name | Description | |
|---|---|---|
![]() | WrappedKeySecurityToken(String^, array<Byte>^, String^, SecurityToken^, SecurityKeyIdentifier^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetWrappedKey() | Gets the wrapped key. |
![]() | MatchesKeyIdentifierClause(SecurityKeyIdentifierClause^) | Compares the current security key identifier clause to a specified one for equality.(Overrides SecurityToken::MatchesKeyIdentifierClause(SecurityKeyIdentifierClause^).) |
![]() | MemberwiseClone() | |
![]() | ResolveKeyIdentifierClause(SecurityKeyIdentifierClause^) | 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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


