This documentation is archived and is not being maintained.
SecurityContextSecurityToken Class
Visual Studio 2010
Represents the token defined by the WS-SecureConversation specification.
System::Object
System.IdentityModel.Tokens::SecurityToken
System.ServiceModel.Security.Tokens::SecurityContextSecurityToken
System.IdentityModel.Tokens::SecurityToken
System.ServiceModel.Security.Tokens::SecurityContextSecurityToken
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The SecurityContextSecurityToken type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SecurityContextSecurityToken(UniqueId, array<Byte>, DateTime, DateTime) | Initializes a new instance of the SecurityContextSecurityToken class. |
![]() | SecurityContextSecurityToken(UniqueId, String, array<Byte>, DateTime, DateTime) | Initializes a new instance of the SecurityContextSecurityToken class. |
![]() | SecurityContextSecurityToken(UniqueId, String, array<Byte>, DateTime, DateTime, ReadOnlyCollection<IAuthorizationPolicy>) | Initializes a new instance of the SecurityContextSecurityToken class. |
![]() | SecurityContextSecurityToken(UniqueId, String, array<Byte>, DateTime, DateTime, UniqueId, DateTime, DateTime, ReadOnlyCollection<IAuthorizationPolicy>) | Initializes a new instance of the SecurityContextSecurityToken class. |
| Name | Description | |
|---|---|---|
![]() | AuthorizationPolicies | Gets a read-only collection of token authorization policies. |
![]() | BootstrapMessageProperty | Gets or sets the SecurityMessageProperty extracted from the bootstrap message. |
![]() | ContextId | Gets the context id. |
![]() | Id | Gets the token id. (Overrides SecurityToken::Id.) |
![]() | IsCookieMode | Returns a value that indicates whether a security context token (SCT) with a mode setting that specifies how cookies are handled is read in. |
![]() | KeyEffectiveTime | Gets the key effective start time. |
![]() | KeyExpirationTime | Gets the key expiration time. |
![]() | KeyGeneration | Gets the key generation. |
![]() | SecurityKeys | Gets a read-only collection of security keys. (Overrides SecurityToken::SecurityKeys.) |
![]() | ValidFrom | Gets the token effective start time. (Overrides SecurityToken::ValidFrom.) |
![]() | ValidTo | Gets the token expiration time. (Overrides SecurityToken::ValidTo.) |
| Name | Description | |
|---|---|---|
![]() | CanCreateKeyIdentifierClause<T> | Gets a value that indicates whether a specified key identifier clause type can be created. (Overrides SecurityToken::CanCreateKeyIdentifierClause<T>().) |
![]() ![]() | CreateCookieSecurityContextToken(UniqueId, String, array<Byte>, DateTime, DateTime, ReadOnlyCollection<IAuthorizationPolicy>, SecurityStateEncoder) | Creates a security context token cookie. |
![]() ![]() | CreateCookieSecurityContextToken(UniqueId, String, array<Byte>, DateTime, DateTime, UniqueId, DateTime, DateTime, ReadOnlyCollection<IAuthorizationPolicy>, SecurityStateEncoder) | Creates a security context token cookie. |
![]() | CreateKeyIdentifierClause<T> | Creates a key identifier clause of a specified type. (Overrides SecurityToken::CreateKeyIdentifierClause<T>().) |
![]() | Dispose | Releases unmanaged resources used by this instance of this object. |
![]() | 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.) |
![]() | MatchesKeyIdentifierClause | Gets a value that indicates whether the current token's key identifier clause matches a specified key identifier clause. (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 | Generates a text representation of the current instance of this object. (Overrides Object::ToString().) |
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:
