WebHostCertificateType Property |
The type of certificate uploaded. Currently, only PFX is supported. [Required] [Default("PFX")] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string CertificateType { get; set; }
Public Property CertificateType As String
Get
Set
public:
property String^ CertificateType {
String^ get ();
void set (String^ value);
}
member CertificateType : string with get, set
Property Value
Type:
String
See Also