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 GenerateSidCompletion.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public event EventHandler<GenerateSidCompletionArgs> GenerateSidCompletionCallback
public:
event EventHandler<GenerateSidCompletionArgs^>^ GenerateSidCompletionCallback {
void add(EventHandler<GenerateSidCompletionArgs^>^ value);
void remove(EventHandler<GenerateSidCompletionArgs^>^ value);
}
Public Event GenerateSidCompletionCallback As EventHandler(Of GenerateSidCompletionArgs)
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top