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
serverName
Type: System.StringThe name of the server.
See Also
MachineIdentityManager Overload
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top