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.
Asynchronously authenticates the user name and password for the computer.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public void GetCertResponseAsync(
string userName,
string password,
string strCSR,
string machineName
)
public:
void GetCertResponseAsync(
String^ userName,
String^ password,
String^ strCSR,
String^ machineName
)
Public Sub GetCertResponseAsync (
userName As String,
password As String,
strCSR As String,
machineName As String
)
Parameters
userName
Type: System.StringThe user name.
password
Type: System.StringThe password for the user name.
strCSR
Type: System.StringThe CSR for the certificate enrollment.
machineName
Type: System.StringThe name of the computer to which the certificate is issued.
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top