Click or drag to resize

BaseEndpointCertificate 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#
public X509Certificate2 Certificate { get; set; }

Property Value

Type: X509Certificate2

Implements

IBaseEndpointCertificate
See Also