Gets the first certificate in the chain, if not empty.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property LeafCertificate As Certificate
	Get
C#
public Certificate LeafCertificate { get; }

Field Value

Leaf certificate; null if the chain is empty.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also