Partager via


MachineIdentityManager.RenewCert Method ()

 

Renews the certificate for the local computer.

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

Syntax

public X509Certificate2 RenewCert()
public:
X509Certificate2^ RenewCert()
Public Function RenewCert As X509Certificate2

Return Value

Type: System.Security.Cryptography.X509Certificates.X509Certificate2

An instance of X509Certificate2.

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top