SecurityConfiguration
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Platforms: .NET Core, .NET Framework, .NET Standard
constructor
constructor(enable: Boolean; filename: String; subject: String; thumbprint: String; store: String)
SecurityConfiguration(Boolean enable, String filename, String subject, String thumbprint, String store)
init(_ enable: Boolean, _ filename: String, _ subject: String, _ thumbprint: String, _ store: String)
Sub New(enable As Boolean, filename As String, subject As String, thumbprint As String, store As String)
Parameters:
- enable:
- filename:
- subject:
- thumbprint:
- store:
CertificateFileName
property CertificateFileName: String read write;
String CertificateFileName { get; set; }
var CertificateFileName: String { get{} set{} }
Property CertificateFileName() As String
CertificateStore
property CertificateStore: String read write;
String CertificateStore { get; set; }
var CertificateStore: String { get{} set{} }
Property CertificateStore() As String
CertificateSubject
property CertificateSubject: String read write;
String CertificateSubject { get; set; }
var CertificateSubject: String { get{} set{} }
Property CertificateSubject() As String
CertificateThumbprint
property CertificateThumbprint: String read write;
String CertificateThumbprint { get; set; }
var CertificateThumbprint: String { get{} set{} }
Property CertificateThumbprint() As String
EnableTLS
Allow to use TLS (Transport Layer Security) protocol
property EnableTLS: Boolean read write;
Boolean EnableTLS { get; set; }
var EnableTLS: Boolean { get{} set{} }
Property EnableTLS() As Boolean
CertificateFileName
property CertificateFileName: String read write;
String CertificateFileName { get; set; }
var CertificateFileName: String { get{} set{} }
Property CertificateFileName() As String
CertificateStore
property CertificateStore: String read write;
String CertificateStore { get; set; }
var CertificateStore: String { get{} set{} }
Property CertificateStore() As String
CertificateSubject
property CertificateSubject: String read write;
String CertificateSubject { get; set; }
var CertificateSubject: String { get{} set{} }
Property CertificateSubject() As String
CertificateThumbprint
property CertificateThumbprint: String read write;
String CertificateThumbprint { get; set; }
var CertificateThumbprint: String { get{} set{} }
Property CertificateThumbprint() As String
EnableTLS
Allow to use TLS (Transport Layer Security) protocol
property EnableTLS: Boolean read write;
Boolean EnableTLS { get; set; }
var EnableTLS: Boolean { get{} set{} }
Property EnableTLS() As Boolean
constructor
constructor(enable: Boolean; filename: String; subject: String; thumbprint: String; store: String)
SecurityConfiguration(Boolean enable, String filename, String subject, String thumbprint, String store)
init(_ enable: Boolean, _ filename: String, _ subject: String, _ thumbprint: String, _ store: String)
Sub New(enable As Boolean, filename As String, subject As String, thumbprint As String, store As String)
Parameters:
- enable:
- filename:
- subject:
- thumbprint:
- store: