CertificateChain.LeafCertificate Property
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9147)
LeafCertificate
Gets the first certificate in the chain, if not empty.
Declaration
public Certificate LeafCertificate { get; }
Property Value
Type | Description |
---|---|
Certificate | Leaf certificate; null if the chain is empty. |