C-DEngine 5.105

HttpListener..::..CertificateFolderPath 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:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string CertificateFolderPath { get; set; }
Public Property CertificateFolderPath As String
	Get
	Set
public:
property String^ CertificateFolderPath {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that represents the path to the folder in which stores the certificate files. The default value is nullNothingnullptra null reference (Nothing in Visual Basic).

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 nullNothingnullptra null reference (Nothing in Visual Basic) or empty, the result of System.Environment.GetFolderPath (ApplicationData) is used as the default path.