Gets the server's certificate chain.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property ServerCertificate As CertificateChain Get |
C# |
---|
public CertificateChain ServerCertificate { get; } |
Field Value
The server's certificate chain.Remarks
The first certificate in the chain is the server's certificate.