The following tables list the members exposed by DirectoryCertificateStore.
Name | Description | |
---|---|---|
![]() | DirectoryCertificateStore Constructor | Initializes a store with the specified directory path. |
Name | Description | |
---|---|---|
![]() | Directory | The directory containing the certificate store. |
![]() | NoPrivateKeys | Gets or sets a value indicating whether any private keys are found in the store. |
![]() | SupportsAccessControl | |
![]() | SupportsCertificateAccessControl | |
![]() | SupportsCRLs | Whether the store support CRLs. |
![]() | SupportsPrivateKeys |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | AddCRL | Adds a CRL to the store. |
![]() | Close | |
![]() | Delete | |
![]() | DeleteCRL | Removes a CRL from the store. |
![]() | Dispose | May be called by the application to clean up resources. |
![]() | Enumerate | |
![]() | EnumerateCRLs | Overloaded. Returns the CRLs in the store. |
![]() | FindByThumbprint | |
![]() | GetAccessRules | Overloaded. |
![]() | GetCrlFilePaths | Gets the CRL file paths. |
![]() | GetPrivateKeyFilePath | |
![]() | GetPublicKeyFilePath | |
![]() | IsRevoked | Checks if issuer has revoked the certificate. |
![]() | LoadPrivateKey | Loads the private key from a PFX file in the certificate store. |
![]() | Open | |
![]() | SetAccessRules | Overloaded. |