InMemoryCryptoProviderCache Constructors
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.
Overloads
InMemoryCryptoProviderCache() |
Creates a new instance of InMemoryCryptoProviderCache using the default CryptoProviderCacheOptions. |
InMemoryCryptoProviderCache(CryptoProviderCacheOptions) |
Creates a new instance of InMemoryCryptoProviderCache using the specified |
InMemoryCryptoProviderCache()
Creates a new instance of InMemoryCryptoProviderCache using the default CryptoProviderCacheOptions.
public InMemoryCryptoProviderCache ();
Public Sub New ()
Applies to
InMemoryCryptoProviderCache(CryptoProviderCacheOptions)
Creates a new instance of InMemoryCryptoProviderCache using the specified cryptoProviderCacheOptions
.
public InMemoryCryptoProviderCache (Microsoft.IdentityModel.Tokens.CryptoProviderCacheOptions cryptoProviderCacheOptions);
new Microsoft.IdentityModel.Tokens.InMemoryCryptoProviderCache : Microsoft.IdentityModel.Tokens.CryptoProviderCacheOptions -> Microsoft.IdentityModel.Tokens.InMemoryCryptoProviderCache
Public Sub New (cryptoProviderCacheOptions As CryptoProviderCacheOptions)
Parameters
- cryptoProviderCacheOptions
- CryptoProviderCacheOptions
The options used to configure the InMemoryCryptoProviderCache.