Gets a certificate of a certificate-based SSH key.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

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

Remarks

Returns an X509 certificate, or null (Nothing in VB.NET) if the key is not certificate-based.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also