WebHostCertificateContents Property |
The contents of the web host certificate. null means to use the server system certificate.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] CertificateContents { get; set; }
Public Property CertificateContents As Byte()
Get
Set
public:
property array<unsigned char>^ CertificateContents {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member CertificateContents : byte[] with get, set
Property Value
Type:
Byte
See Also