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, set
Public Property RenewedSecurityTokenHandler As RenewedSecurityTokenHandler
Property 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.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.