Click or drag to resize

BaseEndpointCertificateRequired Property

If true the client need to provide a certificate

Namespace:  Crosser.Server.Modules.Endpoint
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public bool CertificateRequired { get; set; }

Property Value

Type: Boolean

Implements

IBaseEndpointCertificateRequired
See Also