Class CaCertificate
The CA certificate used to sign the LDAP server's key.
[DataContract]
public class CaCertificate
- Inheritance
-
CaCertificate
- Inherited Members
Properties
Contents
The contents of the CA certificate. Must be in PEM or DER format.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "contents")]
public string? Contents { get; set; }
Property Value
ExpirationDate
Expiration Date - Undocumented
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "expirationDate")]
public string? ExpirationDate { get; set; }
Property Value
Name
Name - Undocumented
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Serial
Serial
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "serial")]
public string? Serial { get; set; }