IIssuanceSecurityTokenAuthenticator.RenewedSecurityTokenHandler Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un gestore per il rinnovamento del token.
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
Valore della proprietà
Delegato che gestisce l'evento al momento del rinnovamento di un token.
Commenti
Questo delegato deve essere richiamato solo se l'autenticatore del token gestisce il rinnovo dei token pubblicati.