Partager via


MachineIdentityManager.RenewCertCompletionCallback Event

 

Represents the event for the callback of RenewCertCompletion.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Syntax

public event EventHandler<RenewCertCompletionArgs> RenewCertCompletionCallback
public:
event EventHandler<RenewCertCompletionArgs^>^ RenewCertCompletionCallback {
    void add(EventHandler<RenewCertCompletionArgs^>^ value);
    void remove(EventHandler<RenewCertCompletionArgs^>^ value);
}
Public Event RenewCertCompletionCallback As EventHandler(Of RenewCertCompletionArgs)

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top