Click or drag to resize
MOVEitCertKeyInfoCertKeyDataType Enumeration
The type of this cert/key's data.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public enum CertKeyDataType
Members
  Member nameValueDescription
Unknown0Unknown data type.
SslThumbprint1SSL Thumbprint.
SslCn2SSL Common Name (CN) value.
SshFingerprint4SSH Fingerprint.
SslEntireCert5The entire SSL certificate.
SshEntireKey6The entire SSH key.
See Also