IIssuanceSecurityTokenAuthenticator.RenewedSecurityTokenHandler Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a handler for when the token is renewed.
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, setPublic Property RenewedSecurityTokenHandler As RenewedSecurityTokenHandlerProperty Value
A delegate that handles the event when a token is renewed.
Remarks
This delegate should be invoked only if the token authenticator handles renewal of issued tokens.