MachineIdentityManager.GetExpiredDateOfMachineCert Method ()
Returns the expiration date of the computer certificate.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public static DateTime GetExpiredDateOfMachineCert()
public:
static DateTime GetExpiredDateOfMachineCert()
Public Shared Function GetExpiredDateOfMachineCert As Date
Return Value
Type: System.DateTime
An instance of DateTime that specifies the expiration date.
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top