Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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