Overload List

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

See Also