WebHelperLoadCertificate(WebServerOptions, Boolean, String) - метод
Пространство имён: Tessa.WebСборка: Tessa.Web (в Tessa.Web.dll) Версия: 3.6.0.22
public static X509Certificate2 LoadCertificate(
WebServerOptions options,
bool environmentIsDevelopment = false,
string serverLocation = null
)
Public Shared Function LoadCertificate (
options As WebServerOptions,
Optional environmentIsDevelopment As Boolean = false,
Optional serverLocation As String = Nothing
) As X509Certificate2
public:
static X509Certificate2^ LoadCertificate(
WebServerOptions^ options,
bool environmentIsDevelopment = false,
String^ serverLocation = nullptr
)
static member LoadCertificate :
options : WebServerOptions *
?environmentIsDevelopment : bool *
?serverLocation : string
(* Defaults:
let _environmentIsDevelopment = defaultArg environmentIsDevelopment false
let _serverLocation = defaultArg serverLocation null
*)
-> X509Certificate2
- options WebServerOptions
-
- environmentIsDevelopment Boolean (Optional)
-
- serverLocation String (Optional)
-
X509Certificate2