IIssuanceSecurityTokenAuthenticator Interface

Definition

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

public interface class IIssuanceSecurityTokenAuthenticator
public interface IIssuanceSecurityTokenAuthenticator
type IIssuanceSecurityTokenAuthenticator = interface
Public Interface IIssuanceSecurityTokenAuthenticator

Remarks

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

Properties

IssuedSecurityTokenHandler

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

RenewedSecurityTokenHandler

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

Applies to