Enum Certificate.CertificateType
- Namespace
- Renci.SshNet.Security
- Assembly
- Renci.SshNet.dll
Used to specify whether a certificate is for identification of a user or a host.
public enum Certificate.CertificateType : uintFields
Host = 2-
The certificate is for identification of a host (SSH_CERT_TYPE_HOST).
User = 1-
The certificate is for identification of a user (SSH_CERT_TYPE_USER).