PreAuthenticationEventArgs.Certificate Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Certificate
Gets the client certificate if available; or null reference. Only used for FTP protocol with client certificate authentication. The certificate has been validated prior to raising the event.
Declaration
public CertificateChain Certificate { get; }
Property Value
| Type | Description |
|---|---|
| CertificateChain |