MachineIdentityManager.GetCertResponse Method (String, String, String, String)
Authenticates the user name and password for the computer.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public string GetCertResponse(
string userName,
string password,
string strCSR,
string machineName
)
public:
String^ GetCertResponse(
String^ userName,
String^ password,
String^ strCSR,
String^ machineName
)
Public Function GetCertResponse (
userName As String,
password As String,
strCSR As String,
machineName As String
) 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.
Return Value
Type: System.String
An instance of String that contains the certificate response.
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top