RenewCertCompletionArgs Class
Represents the arguments for the GenerateSidCompletion callback.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityRequestCompletionEventArgs
Microsoft.WindowsServerSolutions.Devices.Identity.RenewCertCompletionArgs
Syntax
public class RenewCertCompletionArgs : MachineIdentityRequestCompletionEventArgs
public ref class RenewCertCompletionArgs : MachineIdentityRequestCompletionEventArgs
Public Class RenewCertCompletionArgs
Inherits MachineIdentityRequestCompletionEventArgs
Properties
Name | Description | |
---|---|---|
Cert | Gets the certificate information. |
|
ErrorCode | Gets the ReturnClass object that contains the error code.(Inherited from MachineIdentityRequestCompletionEventArgs.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top