IIssuanceSecurityTokenAuthenticator Interface
.NET Framework (current version)
Specifies the contract that should be implemented by a custom security token authenticator that issues tokens to the client.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | IssuedSecurityTokenHandler | Gets or sets a handler for when the token is issued. |
![]() | RenewedSecurityTokenHandler | 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
Available since 3.0
Show:
