MachineIdentityManager.GenerateCertCompletionCallback Event
Represents the event for the callback of GenerateCertCompletion.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public event EventHandler<GenerateCertResponseCompletionArgs> GenerateCertCompletionCallback
public:
event EventHandler<GenerateCertResponseCompletionArgs^>^ GenerateCertCompletionCallback {
void add(EventHandler<GenerateCertResponseCompletionArgs^>^ value);
void remove(EventHandler<GenerateCertResponseCompletionArgs^>^ value);
}
Public Event GenerateCertCompletionCallback As EventHandler(Of GenerateCertResponseCompletionArgs)
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top