Partager via


IIssuanceSecurityTokenAuthenticator.RenewedSecurityTokenHandler Propriété

Définition

Obtient ou définit un gestionnaire lors du renouvellement du jeton.

public:
 property System::ServiceModel::Security::Tokens::RenewedSecurityTokenHandler ^ RenewedSecurityTokenHandler { System::ServiceModel::Security::Tokens::RenewedSecurityTokenHandler ^ get(); void set(System::ServiceModel::Security::Tokens::RenewedSecurityTokenHandler ^ value); };
public System.ServiceModel.Security.Tokens.RenewedSecurityTokenHandler RenewedSecurityTokenHandler { get; set; }
member this.RenewedSecurityTokenHandler : System.ServiceModel.Security.Tokens.RenewedSecurityTokenHandler with get, set
Public Property RenewedSecurityTokenHandler As RenewedSecurityTokenHandler

Valeur de propriété

RenewedSecurityTokenHandler

Délégué qui gère l'événement lors du renouvellement d'un jeton.

Remarques

Ce délégué doit être appelé uniquement si l'authentificateur de jeton gère le renouvellement de jetons émis.

S’applique à