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
SecurityTokenVersion() |
Initializes a new instance of the SecurityTokenVersion class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetSecuritySpecifications() |
Gets the collection of supported security specifications. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |