MachineIdentityManager Class

 

Represents the operations that are used to manage the identities of computers.

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

System::Object
  Microsoft.WindowsServerSolutions.Devices.Identity::MachineIdentityManager

public ref class MachineIdentityManager : IDisposable

NameDescription
System_CAPS_pubmethodMachineIdentityManager()

Initializes a new instance of the MachineIdentityManager class.

System_CAPS_pubmethodMachineIdentityManager(String^)

Initializes a new instance of the MachineIdentityManager class with the specified server name.

NameDescription
System_CAPS_pubpropertyConnected

Gets the status of the connection.

System_CAPS_pubpropertySystem_CAPS_staticServerName

Gets or sets the name of the server.

NameDescription
System_CAPS_pubmethodConnect()

Connects the Machine Identity Manager to the User Provider.

System_CAPS_pubmethodConnectAsync()

Asynchronously connects the Machine Identity Manager to the User Provider.

System_CAPS_pubmethodConnectAsync(TimeSpan)

Asynchronously connects the Machine Identity Manager to the User Provider with the specified timeout period.

System_CAPS_pubmethodDispose()

Release all of the resources that are used by the MachineIdentityManager object.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the MachineIdentityManager object and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetCert(String^, String^, Boolean)

Returns the certificate for the local computer.

System_CAPS_pubmethodSystem_CAPS_staticGetCert(String^, String^, String^)

Returns the certificate for the local computer.

System_CAPS_pubmethodSystem_CAPS_staticGetCert(String^, String^, String^, Boolean)

Returns the certificate for the local computer.

System_CAPS_pubmethodSystem_CAPS_staticGetCert(String^, String^, String^, String^, String^, Boolean)

Retrieves the certification for the specified dns host name and netbios name.

System_CAPS_pubmethodGetCertResponse(String^, String^, String^, String^)

Authenticates the user name and password for the computer.

System_CAPS_pubmethodGetCertResponseAsync(String^, String^, String^, String^)

Asynchronously authenticates the user name and password for the computer.

System_CAPS_pubmethodSystem_CAPS_staticGetExpiredDateOfMachineCert()

Returns the expiration date of the computer certificate.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetLocalMachineCert()

Returns the certificate for the local computer.

System_CAPS_pubmethodSystem_CAPS_staticGetMachineStatus(String^, String^, Boolean%)

Returns the status of the computer.

System_CAPS_pubmethodGetMachineStatus(String^, String^, String^)

Returns the status of the computer.

System_CAPS_pubmethodSystem_CAPS_staticGetMachineStatus(String^, String^, String^, String^, Boolean%)

Returns the status of the computer.

System_CAPS_pubmethodGetMachineStatusAsync(String^, String^, String^)

Asynchronously returns the status of the computer.

System_CAPS_pubmethodGetSid(String^, String^, String^, Boolean)

Returns a security identifier for the specified computer.

System_CAPS_pubmethodGetSidAsync(String^, String^, String^, Boolean)

Asynchronously returns a security identifier for the specified computer.

System_CAPS_pubmethodSystem_CAPS_staticGetStandardUserSids(String^, String^, String^)

Retrieves an array of SIDs of standard users, using the specified server.

System_CAPS_pubmethodSystem_CAPS_staticGetStandardUserSids(String^, String^, String^, String^%)

Retrieves an array of SIDs of standard users as well as the connected DC, using the specified server.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticIsClientCertNeedRenew()

Indicates whether the certificate on the client computer must be renewed.

System_CAPS_pubmethodSystem_CAPS_staticIsServerCertNeedRenew()

Indicates whether the certificate on the server must be renewed.

System_CAPS_pubmethodMakeUserRemoteDesktopMapping(String^)

Creates the mapping for the User Remote Desktop.

System_CAPS_pubmethodMakeUserRemoteDesktopMappingAsync(String^)

Asynchronously creates the mapping for the User Remote Desktop.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveMachine(String^, String^)

Removes the computer from the system synchronization call.

System_CAPS_pubmethodRemoveMachineAysnc(String^, String^)

Asynchronously removes the computer from the system synchronization call.

System_CAPS_pubmethodRenewCert()

Renews the certificate for the local computer.

System_CAPS_pubmethodRenewCertAsync()

Asynchronously renews the certificate for the local computer.

System_CAPS_pubmethodRevokeCert()

Revokes the certificate for the local computer.

System_CAPS_pubmethodRevokeCertAsync()

Asynchronously revokes the certificate for the local computer.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventConnectRequestCompletionCallback

Represents the callback for the completion of a connection request.

System_CAPS_pubeventConnectTimeoutCallback

Represents the event for the callback of ConnectTimeout.

System_CAPS_pubeventGenerateCertCompletionCallback

Represents the event for the callback of GenerateCertCompletion.

System_CAPS_pubeventGenerateSidCompletionCallback

Represents the event for the callback of GenerateSidCompletion.

System_CAPS_pubeventGetMachineStatusCompletionCallback

Represents the event for the callback of GetMachineStatusCompletion.

System_CAPS_pubeventMakeUserRemoteDesktopMappingCompletionCallback

Represents the callback for the event of MakeUserRemoteDesktopMappingCompletion.

System_CAPS_pubeventRemoveMachineCompletionCallback

Represents the event for the callback of RemoveMachineCompletion.

System_CAPS_pubeventRenewCertCompletionCallback

Represents the event for the callback of RenewCertCompletion.

System_CAPS_pubeventRevokeCertCompletionCallback

Represents the event for the callback of RevokeCertCompletion.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: