Compartilhar via


MachineIdentityManager.IsServerCertNeedRenew Method ()

 

Indicates whether the certificate on the server must be renewed.

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

Syntax

public static bool IsServerCertNeedRenew()
public:
static bool IsServerCertNeedRenew()
Public Shared Function IsServerCertNeedRenew 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