Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Server Namespaces
Crosser.Server.Modules Namespaces
Crosser.Server.Modules.Endpoint
BaseEndpoint Class
BaseEndpoint Properties
AllowedPingFails Property
AuthRequired Property
Backlog Property
Certificate Property
CertificateRequired Property
Interactive Property
IPEndpoint Property
Location Property
PingTimeout Property
Port Property
ReadBufferSize Property
SecureRequired Property
Server Property
SslProtocols Property
UseNagleAlgorithm Property
WriteBufferSize Property
BaseEndpoint
Certificate Property
The server-side certificate
X509Certificate2
. Certificates can be loaded with the helper =>
GetCertificateFromStore(String, StoreLocation)
Namespace:
Crosser.Server.Modules.Endpoint
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
Copy
public
X509Certificate2
Certificate
{
get
;
set
; }
Property Value
Type:
X509Certificate2
Implements
IBaseEndpoint
Certificate
See Also
Reference
BaseEndpoint Class
Crosser.Server.Modules.Endpoint Namespace