IKeyCredentialCacheConfigurationFactory.CreateInstance Method
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 ^ CreateInstance(KeyCredentialCacheOption cacheOption, TimeSpan timeout, unsigned int usageCount);
KeyCredentialCacheConfiguration CreateInstance(KeyCredentialCacheOption const& cacheOption, TimeSpan const& timeout, uint32_t const& usageCount);
public KeyCredentialCacheConfiguration CreateInstance(KeyCredentialCacheOption cacheOption, System.TimeSpan timeout, uint usageCount);
function createInstance(cacheOption, timeout, usageCount)
Public Function CreateInstance (cacheOption As KeyCredentialCacheOption, timeout As TimeSpan, usageCount As UInteger) As KeyCredentialCacheConfiguration
Parameters
- cacheOption
- KeyCredentialCacheOption
- usageCount
-
UInt32
unsigned int
uint32_t