IIssuanceSecurityTokenAuthenticator Interfaz

Definición

Especifica el contrato que debe implementar un autenticador de tokens de seguridad personalizado que emite tokens al cliente.

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

Comentarios

Los autenticadores de token usados por WCF para emitir SSLNEGO/SPNEGO SecurityContextTokens o SecureConversation basados en SecurityContextTokens son IIssuanceSecurityTokenAuthenticators.

Propiedades

Nombre Description
IssuedSecurityTokenHandler

Obtiene o establece un controlador para cuando se emite el token.

RenewedSecurityTokenHandler

Obtiene o establece un controlador para cuando se renueva el token.

Se aplica a