SecurityTokenVersion Class

Definition

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
Derived

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)

Applies to

See also