SecurityContextSecurityToken Class
Represents the token defined by the WS-SecureConversation specification.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.IdentityModel.Tokens::SecurityToken
System.ServiceModel.Security.Tokens::SecurityContextSecurityToken
| 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 | Gets 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>() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MatchesKeyIdentifierClause(SecurityKeyIdentifierClause^) | Indicates whether the current token's key identifier clause matches a specified key identifier clause.(Overrides SecurityToken::MatchesKeyIdentifierClause(SecurityKeyIdentifierClause^).) |
![]() | MemberwiseClone() | |
![]() | ResolveKeyIdentifierClause(SecurityKeyIdentifierClause^) | 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().) |
An instance of this class contains key material along with authentication information that represents the client. The user selects the particular cryptographic algorithm to use with it.
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.



