ExchangeCertificate Class

Provides a security certificate for Exchange 2010 servers.

Inheritance Hierarchy

System.Object
  System.Security.Cryptography.X509Certificates.X509Certificate
    System.Security.Cryptography.X509Certificates.X509Certificate2
      Microsoft.Exchange.Management.SystemConfigurationTasks.ExchangeCertificate

Namespace:  Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ExchangeCertificate _
    Inherits X509Certificate2 _
    Implements ISerializable, IFormattable
'Usage
Dim instance As ExchangeCertificate
[SerializableAttribute]
public class ExchangeCertificate : X509Certificate2, 
    ISerializable, IFormattable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.