KeyCredentialCacheConfiguration Constructor
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.
public:
KeyCredentialCacheConfiguration(KeyCredentialCacheOption cacheOption, TimeSpan timeout, unsigned int usageCount);
KeyCredentialCacheConfiguration(KeyCredentialCacheOption const& cacheOption, TimeSpan const& timeout, uint32_t const& usageCount);
public KeyCredentialCacheConfiguration(KeyCredentialCacheOption cacheOption, System.TimeSpan timeout, uint usageCount);
function KeyCredentialCacheConfiguration(cacheOption, timeout, usageCount)
Public Sub New (cacheOption As KeyCredentialCacheOption, timeout As TimeSpan, usageCount As UInteger)
Parameters
- cacheOption
- KeyCredentialCacheOption
- usageCount
-
UInt32
unsigned int
uint32_t