Click or drag to resize

HttpListenerCertificateFolderPath Property

Gets or sets the path to the folder in which stores the certificate files used to authenticate the server on the secure connection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string CertificateFolderPath { get; set; }

Property Value

Type: String
A String that represents the path to the folder in which stores the certificate files. The default value is .
Exceptions
ExceptionCondition
ObjectDisposedException This listener has been closed.
Remarks

This property represents the path to the folder in which stores the certificate files associated with each port number of added URI prefixes. A set of the certificate files is a pair of the 'port number'.cer (DER) and 'port number'.key (DER, RSA Private Key).

If this property is or empty, the result of System.Environment.GetFolderPath (ApplicationData) is used as the default path.

See Also