SecurityTokenVersion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the specifications, such as the WS-*specifications, that security tokens are defined in.
public ref class SecurityTokenVersion abstract
public abstract class SecurityTokenVersion
type SecurityTokenVersion = class
Public MustInherit Class SecurityTokenVersion
- Inheritance
-
SecurityTokenVersion
Remarks
Use the SecurityTokenVersion class to determine which version of the WS-* specifications that security tokens confirm to in a SOAP message.
Use the CreateSecurityTokenSerializer(SecurityTokenVersion) method to create a SecurityTokenSerializer that is capable of serializing and deserializing security tokens according to the set of specifications that are associated with a class deriving from the SecurityTokenVersion class.
Constructors
| Name | Description |
|---|---|
| SecurityTokenVersion() |
Initializes a new instance of the SecurityTokenVersion class. |
Methods
| Name | Description |
|---|---|
| GetSecuritySpecifications() |
Gets the collection of supported security specifications. |