CryptoProviderCache Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Abstract definition of a cache for cryptographic providers.
public abstract class CryptoProviderCache
type CryptoProviderCache = class
Public MustInherit Class CryptoProviderCache
- Inheritance
-
CryptoProviderCache
- Derived
Constructors
CryptoProviderCache() |
Methods
GetCacheKey(SecurityKey, String, String) |
Returns the cache key used to find a cryptographic provider in this cache. |
GetCacheKey(SignatureProvider) |
Returns the cache key used to look up an entry for a SignatureProvider. |
TryAdd(SignatureProvider) |
Tries to add a SignatureProvider to this cache. |
TryGetSignatureProvider(SecurityKey, String, String, Boolean, SignatureProvider) |
Tries to find a SignatureProvider in this cache. |
TryRemove(SignatureProvider) |
Tries to remove a SignatureProvider from this cache. |