CertificateLoader
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Platforms: .NET Core, .NET Framework, .NET Standard
Class Methods
LoadFromFile
class method LoadFromFile(filename: String; password: SecureString): X509Certificate2
static X509Certificate2 LoadFromFile(String filename, SecureString password)
static func LoadFromFile(_ filename: String, _ password: SecureString) -> X509Certificate2
Shared Function LoadFromFile(filename As String, password As SecureString) As X509Certificate2
Parameters:
- filename:
- password:
LoadFromPemBytes
class method LoadFromPemBytes(certificate: array of Byte; privateKey: array of Byte; password: SecureString): X509Certificate2
static X509Certificate2 LoadFromPemBytes(Byte[] certificate, Byte[] privateKey, SecureString password)
static func LoadFromPemBytes(_ certificate: Byte..., _ privateKey: Byte..., _ password: SecureString) -> X509Certificate2
Shared Function LoadFromPemBytes(certificate As Byte(), privateKey As Byte(), password As SecureString) As X509Certificate2
Parameters:
- certificate:
- privateKey:
- password:
LoadFromPemFile
class method LoadFromPemFile(certificateFileName: String; privateKeyFileName: String; password: SecureString): X509Certificate2
static X509Certificate2 LoadFromPemFile(String certificateFileName, String privateKeyFileName, SecureString password)
static func LoadFromPemFile(_ certificateFileName: String, _ privateKeyFileName: String, _ password: SecureString) -> X509Certificate2
Shared Function LoadFromPemFile(certificateFileName As String, privateKeyFileName As String, password As SecureString) As X509Certificate2
Parameters:
- certificateFileName:
- privateKeyFileName:
- password:
LoadFromStore (CertificateFindType, String): X509Certificate2
class method LoadFromStore(findType: CertificateFindType; findValue: String): X509Certificate2
static X509Certificate2 LoadFromStore(CertificateFindType findType, String findValue)
static func LoadFromStore(_ findType: CertificateFindType, _ findValue: String) -> X509Certificate2
Shared Function LoadFromStore(findType As CertificateFindType, findValue As String) As X509Certificate2
Parameters:
- findType:
- findValue:
LoadFromStore (CertificateFindType, String, StoreLocation): X509Certificate2
class method LoadFromStore(findType: CertificateFindType; findValue: String; location: StoreLocation): X509Certificate2
static X509Certificate2 LoadFromStore(CertificateFindType findType, String findValue, StoreLocation location)
static func LoadFromStore(_ findType: CertificateFindType, _ findValue: String, _ location: StoreLocation) -> X509Certificate2
Shared Function LoadFromStore(findType As CertificateFindType, findValue As String, location As StoreLocation) As X509Certificate2
Parameters:
- findType:
- findValue:
- location:
LoadFromStore (CertificateFindType, String, String): X509Certificate2
class method LoadFromStore(findType: CertificateFindType; findValue: String; storeName: String): X509Certificate2
static X509Certificate2 LoadFromStore(CertificateFindType findType, String findValue, String storeName)
static func LoadFromStore(_ findType: CertificateFindType, _ findValue: String, _ storeName: String) -> X509Certificate2
Shared Function LoadFromStore(findType As CertificateFindType, findValue As String, storeName As String) As X509Certificate2
Parameters:
- findType:
- findValue:
- storeName:
LoadFromStore (CertificateFindType, String, String, StoreLocation, Boolean): X509Certificate2
class method LoadFromStore(findType: CertificateFindType; findValue: String; storeName: String; storeLocation: StoreLocation; preferValid: Boolean): X509Certificate2
static X509Certificate2 LoadFromStore(CertificateFindType findType, String findValue, String storeName, StoreLocation storeLocation, Boolean preferValid)
static func LoadFromStore(_ findType: CertificateFindType, _ findValue: String, _ storeName: String, _ storeLocation: StoreLocation, _ preferValid: Boolean) -> X509Certificate2
Shared Function LoadFromStore(findType As CertificateFindType, findValue As String, storeName As String, storeLocation As StoreLocation, preferValid As Boolean) As X509Certificate2
Parameters:
- findType:
- findValue:
- storeName:
- storeLocation:
- preferValid:
LoadPrivateKeyFromPemFile
class method LoadPrivateKeyFromPemFile(privateKeyFileName: String): RSACryptoServiceProvider
static RSACryptoServiceProvider LoadPrivateKeyFromPemFile(String privateKeyFileName)
static func LoadPrivateKeyFromPemFile(_ privateKeyFileName: String) -> RSACryptoServiceProvider
Shared Function LoadPrivateKeyFromPemFile(privateKeyFileName As String) As RSACryptoServiceProvider
Parameters:
- privateKeyFileName: