Click or drag to resize

BaseTransportClientCertificate Property

The client certificate (if any)

Namespace:  Crosser.Server.Modules.Transport
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public X509Certificate2 ClientCertificate { get; protected set; }

Property Value

Type: X509Certificate2
See Also