Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object→
CertUtils
Provides some helper methods for working with System.Security.Cryptography.X509Certificates.X509Certificate2
objects.
public static class CertUtils
Method | Description |
---|---|
FindCertificates(StoreLocation, StoreName, X509FindType, object, bool) | Searches certificates in a specified store using the search criteria specified by the type enumeration and the value object, |
FindMachineCertificates(X509FindType, object, StoreName, bool) | Searches certificates in a specified store of local machine using the search criteria specified by the type enumeration and the value object, |
FindUserCertificates(X509FindType, object, StoreName, bool) | Searches certificates in a specified store of current user using the search criteria specified by the type enumeration and the value object, |
Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.
This document is generated by DG.