SupportingTokenSpecification Class
Represents a supporting security token and its authorization policies.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Security.SecurityTokenSpecification
System.ServiceModel.Security.SupportingTokenSpecification
| Name | Description | |
|---|---|---|
![]() | SupportingTokenSpecification(SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>, SecurityTokenAttachmentMode) | Initializes a new instance of the SupportingTokenSpecification class. |
![]() | SupportingTokenSpecification(SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>, SecurityTokenAttachmentMode, SecurityTokenParameters) | Initializes a new instance of the SupportingTokenSpecification class. |
| Name | Description | |
|---|---|---|
![]() | SecurityToken | Gets the security token.(Inherited from SecurityTokenSpecification.) |
![]() | SecurityTokenAttachmentMode | Gets the security token attachment mode. |
![]() | SecurityTokenPolicies | Gets the collection of security token policies.(Inherited from SecurityTokenSpecification.) |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Supporting tokens augment the claims provided by the token associated with the message signature. There are 4 different kinds of supporting tokens, and the SecurityTokenAttachmentMode enumeration specifies which kind this instance is.
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.


