HttpListenerCertificateFolderPath Property |
Namespace: Sfs2X.WebSocketSharp.Net
public string CertificateFolderPath { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | This listener has been closed. |
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.