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.
Gets the certificate.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public string Response { get; internal set; }
public:
property String^ Response {
String^ get();
internal: void set(String^ value);
}
Public Property Response As String
Get
Friend Set
End Property
Property Value
Type: System.String
An instance of String that contains the certificate information.
See Also
GenerateCertResponseCompletionArgs Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top