Overload List
Name | Description | |
---|---|---|
![]() | CertificateStore()()()() |
Initializes a new temporary CertificateStore in memory.
|
![]() | CertificateStore(IEnumerable) |
Initializes a new temporary CertificateStore in memory and adds the specified certificates to it.
|
![]() | CertificateStore(IntPtr) |
Initializes a new CertificateStore from a given handle.
|
![]() | CertificateStore(String) |
Initializes a new CertificateStore from a given store name.
|
![]() | CertificateStore(CertificateStore) |
Duplicates an exisiting CertificateStore.
|
![]() | CertificateStore(array<Byte>[]()[][], CertificateStoreType) |
Opens a serialized certificate store or a certificate store with signed PKCS7 messages.
|
![]() | CertificateStore(IntPtr, Boolean) |
Initializes a new CertificateStore from a given handle.
|
![]() | CertificateStore(StoreLocation, String) |
Initializes a new CertificateStore from a given store name and a given store location.
|