| MOVEitCertKeyInfoCertKeyDataType Enumeration | 
            The type of this cert/key's data.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic enum CertKeyDataType
Public Enumeration CertKeyDataType
public enum class CertKeyDataType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Unknown | 0 | Unknown data type. | 
 | SslThumbprint | 1 | SSL Thumbprint. | 
 | SslCn | 2 | SSL Common Name (CN) value. | 
 | SshFingerprint | 4 | SSH Fingerprint. | 
 | SslEntireCert | 5 | The entire SSL certificate. | 
 | SshEntireKey | 6 | The entire SSH key. | 
See Also