The following tables list the members exposed by ICertificateStore.
Name | Description | |
---|---|---|
![]() | SupportsAccessControl | Whether the store supports access control. |
![]() | SupportsCertificateAccessControl | Whether the store supports access control on certificates. |
![]() | SupportsCRLs | Whether the store supports CRLs. |
![]() | SupportsPrivateKeys | Whether the store supports private keys. |
Name | Description | |
---|---|---|
![]() | Add | Adds a certificate to the store. |
![]() | AddCRL | Adds a CRL to the store. |
![]() | Close | Closes the store. |
![]() | Delete | Deletes a certificate from the store. |
![]() | DeleteCRL | Removes a CRL from the store. |
![]() | Enumerate | Enumerates the certificates in the store. |
![]() | EnumerateCRLs | Overloaded. Returns the CRLs in the store. |
![]() | FindByThumbprint | Finds the certificate with the specified thumprint. |
![]() | GetAccessRules | Overloaded. Returns the access rules that are currently applied to the store. |
![]() | GetPrivateKeyFilePath | Returns the file containing the private key for the specified certificate. |
![]() | IsRevoked | Checks if issuer has revoked the certificate. |
![]() | Open | Opens the store at the specified location. |
![]() | SetAccessRules | Overloaded. Sets the access rules that are currently applied to the store. |