Partager via


MachineIdentityManager.GetCertResponseAsync Method (String, String, String, String)

 

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

  • 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.

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top