API Reference
Class
StartTlsServerInfo
Provides start tls server info functionality.
Inheritance
- Object
- StartTlsServerInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property StartTlsInfo.Servers
Constructors
public StartTlsServerInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Key { get; set; } #Gets or sets the key value.
public Boolean StartTlsAdvertised { get; set; } #Gets or sets the start tls advertised value.
public Boolean TlsNegotiated { get; set; } #Gets or sets the tls negotiated value.
public Boolean DowngradeDetected { get; set; } #Gets or sets the downgrade detected value.
public String TlsProtocol { get; set; } #Gets or sets the tls protocol value.
public String CipherAlgorithm { get; set; } #Gets or sets the cipher algorithm value.
public Nullable<Int32> CipherStrength { get; set; } #Gets or sets the cipher strength value.
public String CertificateSubject { get; set; } #Gets or sets the certificate subject value.
public String CertificateIssuer { get; set; } #Gets or sets the certificate issuer value.
public Nullable<DateTime> CertificateNotAfter { get; set; } #Gets or sets the certificate not after value.