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