Compartilhar via


MachineIdentityManager.IsClientCertNeedRenew Method ()

 

Indicates whether the certificate on the client computer must be renewed.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Syntax

public static bool IsClientCertNeedRenew()
public:
static bool IsClientCertNeedRenew()
Public Shared Function IsClientCertNeedRenew As Boolean

Return Value

Type: System.Boolean

true if the certificate must be renewed; otherwise, false.

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top