Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.67 KB

Assorted.Utils.Crypto.CertUtils.md

File metadata and controls

33 lines (21 loc) · 1.67 KB

CertUtils Class

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.

Syntax

public static class CertUtils

Methods

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,

Thread Safety

Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.

See Also


This document is generated by DG.