CertificateLoader
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
Class Methods
LoadFromFile
class method LoadFromFile(filename: String; password: SecureString): X509Certificate2
static X509Certificate2 LoadFromFile(String filename, SecureString password)
Shared Function LoadFromFile(filename As String, password As SecureString) As X509Certificate2
Parameters:
- filename:
- password:
LoadFromPemFile
class method LoadFromPemFile(certificateFileName: String; privateKeyFileName: String; password: SecureString): X509Certificate2
static X509Certificate2 LoadFromPemFile(String certificateFileName, String privateKeyFileName, SecureString password)
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)
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)
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)
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)
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: