SecurityConfiguration
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
constructor
constructor(enable: Boolean; filename: String; subject: String; thumbprint: String; store: String)
SecurityConfiguration(Boolean enable, String filename, String subject, String thumbprint, String store)
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; }
Property CertificateFileName() As String
CertificateStore
property CertificateStore: String read write;
String CertificateStore { get; set; }
Property CertificateStore() As String
CertificateSubject
property CertificateSubject: String read write;
String CertificateSubject { get; set; }
Property CertificateSubject() As String
CertificateThumbprint
property CertificateThumbprint: String read write;
String CertificateThumbprint { get; set; }
Property CertificateThumbprint() As String
EnableTLS
property EnableTLS: Boolean read write;
Boolean EnableTLS { get; set; }
Property EnableTLS() As Boolean
CertificateFileName
property CertificateFileName: String read write;
String CertificateFileName { get; set; }
Property CertificateFileName() As String
CertificateStore
property CertificateStore: String read write;
String CertificateStore { get; set; }
Property CertificateStore() As String
CertificateSubject
property CertificateSubject: String read write;
String CertificateSubject { get; set; }
Property CertificateSubject() As String
CertificateThumbprint
property CertificateThumbprint: String read write;
String CertificateThumbprint { get; set; }
Property CertificateThumbprint() As String
EnableTLS
property EnableTLS: Boolean read write;
Boolean EnableTLS { 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)
Sub New(enable As Boolean, filename As String, subject As String, thumbprint As String, store As String)
Parameters:
- enable:
- filename:
- subject:
- thumbprint:
- store: