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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.