Class SslCertificateChain
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the chain of SSL certificates, note that the chain is not verified.
public class SslCertificateChain : BaseTypeSection
- Inheritance
-
SslCertificateChain
Constructors
SslCertificateChain()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SslCertificateChain class.
public SslCertificateChain()
Properties
Certificates
Gets or sets the certificates in the chain.
public SslCertificateCollection Certificates { get; set; }
Property Value
IsComplete
Gets or sets whether the chain is complete.
public bool IsComplete { get; set; }
Property Value
Methods
ToString()
Returns this certificate chain in a human readable format.
public override string ToString()