API Reference
Class
LdapCertificateInfo
Information about a certificate returned by an LDAPS connection.
Inheritance
- Object
- LdapCertificateInfo
Constructors
public LdapCertificateInfo(Nullable<DateTime> NotBefore, Nullable<DateTime> NotAfter, String Subject, String Issuer, String Thumbprint, String[] DnsNames, Nullable<Int32> CipherStrength, String Protocol, Nullable<Boolean> HasServerAuthenticationEku, Nullable<Boolean> ChainBuildOk) #Information about a certificate returned by an LDAPS connection.
Parameters
- NotBefore System.Nullable{System.DateTime}
- NotAfter System.Nullable{System.DateTime}
- Subject System.String
- Issuer System.String
- Thumbprint System.String
- DnsNames System.String[]
- CipherStrength System.Nullable{System.Int32}
- Protocol System.String
- HasServerAuthenticationEku System.Nullable{System.Boolean}
- ChainBuildOk System.Nullable{System.Boolean}
Methods
public virtual LdapCertificateInfo <Clone>$() #Returns:
LdapCertificateInfopublic Void Deconstruct(out Nullable<DateTime> NotBefore, out Nullable<DateTime> NotAfter, out String Subject, out String Issuer, out String Thumbprint, out String[] DnsNames, out Nullable<Int32> CipherStrength, out String Protocol, out Nullable<Boolean> HasServerAuthenticationEku, out Nullable<Boolean> ChainBuildOk) #Returns:
VoidParameters
- NotBefore Nullable<DateTime>
- NotAfter Nullable<DateTime>
- Subject String
- Issuer String
- Thumbprint String
- DnsNames String[]
- CipherStrength Nullable<Int32>
- Protocol String
- HasServerAuthenticationEku Nullable<Boolean>
- ChainBuildOk Nullable<Boolean>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Nullable<DateTime> NotBefore { get; set; } #public Nullable<DateTime> NotAfter { get; set; } #public String Subject { get; set; } #public String Issuer { get; set; } #public String Thumbprint { get; set; } #public String[] DnsNames { get; set; } #public Nullable<Int32> CipherStrength { get; set; } #public String Protocol { get; set; } #public Nullable<Boolean> HasServerAuthenticationEku { get; set; } #public Nullable<Boolean> ChainBuildOk { get; set; } #