SupportingTokenParameters Class
Represents the parameters for supporting security tokens required by the security binding element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | SupportingTokenParameters() | Initializes a new instance of the SupportingTokenParameters class. |
| Name | Description | |
|---|---|---|
![]() | Endorsing | Gets a collection of security token parameters for endorsing supporting tokens required by the security binding element. |
![]() | Signed | Gets a collection of security token parameters for signed supporting tokens required by the security binding element. |
![]() | SignedEncrypted | Gets a collection of security token parameters for signed and encrypted supporting tokens required by the security binding element. |
![]() | SignedEndorsing | Gets a collection of security token parameters for signed and endorsing supporting tokens required by the security binding element. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Clones another instance of this instance of the class. |
![]() | CloneCore() | Clones another instance of this instance of the class. |
![]() | 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() | |
![]() | SetKeyDerivation(Boolean) | Sets a value that indicates whether all endorsing or signed endorsing token parameters require derived keys. |
![]() | ToString() | Displays a text representation of this instance of the class.(Overrides Object::ToString().) |
This class is a collection of token properties and methods, and is used in creating security binding elements and tokens. Supporting tokens specify encryption and signing requirements.
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


