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 information.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public X509Certificate2 Cert { get; internal set; }
public:
property X509Certificate2^ Cert {
X509Certificate2^ get();
internal: void set(X509Certificate2^ value);
}
Public Property Cert As X509Certificate2
Get
Friend Set
End Property
Property Value
Type: System.Security.Cryptography.X509Certificates.X509Certificate2
An instance of X509Certificate2.
See Also
RenewCertCompletionArgs Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top