CryptoProviderCache Class

Definition

Definition of cache for crypto providers

public abstract class CryptoProviderCache
type CryptoProviderCache = class
Public MustInherit Class CryptoProviderCache
Inheritance
CryptoProviderCache
Derived

Constructors

CryptoProviderCache()

Methods

GetCacheKey(SecurityKey, String, String)

Returns the 'key' that will be used to find a crypto provider in this cache.

GetCacheKey(SignatureProvider)

Returns the cache key to use when looking up an entry into the cache for a SignatureProvider

TryAdd(SignatureProvider)

Trys to adds a SignatureProvider to this cache.

TryGetSignatureProvider(SecurityKey, String, String, Boolean, SignatureProvider)

Trys to find a SignatureProvider in this cache.

TryRemove(SignatureProvider)

Trys to remove a SignatureProvider from this cache.

Applies to