Partager via


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

  • strCSR
    Type: System.String

    The CSR for the certificate enrollment.

  • machineName
    Type: System.String

    The 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