Create an LLCertificateStore from a CertificateStore, specifying attributes.
This will be a writable certificate.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public LLCertificateStore( CertificateStore store, string spath, string sname, StoreLocation location ) |
Visual Basic |
---|
Public Sub New ( _ store As CertificateStore, _ spath As String, _ sname As String, _ location As StoreLocation _ ) |
Visual C++ |
---|
public: LLCertificateStore( CertificateStore^ store, String^ spath, String^ sname, StoreLocation location ) |
Parameters
- store
- Type: LLCryptoLib.Security.Certificates..::..CertificateStore
The certificate store.
- spath
- Type: System..::..String
Folder in which saving certificates (may be temporary)
- sname
- Type: System..::..String
The certificate store name.
- location
- Type: LLCryptoLib.Security.Certificates..::..StoreLocation
The certificate store location.