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.

IIssuanceSecurityTokenAuthenticator Interface

 

Specifies the contract that should be implemented by a custom security token authenticator that issues tokens to the client.

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

public interface class IIssuanceSecurityTokenAuthenticator

NameDescription
System_CAPS_pubpropertyIssuedSecurityTokenHandler

Gets or sets a handler for when the token is issued.

System_CAPS_pubpropertyRenewedSecurityTokenHandler

Gets or sets a handler for when the token is renewed.

The token authenticators used by WCF for issuing SSLNEGO/SPNEGO SecurityContextTokens or SecureConversation-based SecurityContextTokens are IIssuanceSecurityTokenAuthenticators.

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