Chỉnh sửa

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

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.

Applies to

See also