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.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
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).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.