Represents a chain of certificates.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public NotInheritable Class CertificateChain _ Implements IEnumerable(Of Certificate), IEnumerable, _ IDisposable |
C# |
---|
public sealed class CertificateChain : IEnumerable<Certificate>, IEnumerable, IDisposable |
Remarks
A chain starts by the end certificate and each following certificate
must directly certify the one preceding it.
The last certificate in the list is a self-signed root certificate, and
may be optionally omitted under the assumption it must be known in any case.
Inheritance Hierarchy
System..::..Object
Rebex.Security.Certificates..::..CertificateChain
Rebex.Security.Certificates..::..CertificateChain