Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityTokenParameters::InitializeSecurityTokenRequirement Method (SecurityTokenRequirement^)

 

When overridden in a derived class, initializes a security token requirement.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public protected:
virtual void InitializeSecurityTokenRequirement(
	SecurityTokenRequirement^ requirement
) abstract

Parameters

requirement
Type: System.IdentityModel.Selectors::SecurityTokenRequirement^

The requirement of the security token.

The token requirement is provided as input to the security token manager to obtain a security token provider or security token authenticator for the token.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft