Partager via


MachineIdentityManager Constructor (String)

 

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

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

Syntax

public MachineIdentityManager(
    string serverName
)
public:
MachineIdentityManager(
    String^ serverName
)
Public Sub New (
    serverName As String
)

Parameters

See Also

MachineIdentityManager Overload
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top