Gets the certificate of the root certification authority, if available.

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

Syntax

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

Field Value

Root CA certificate if available; null otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also