KeyCredentialCacheConfiguration.UsageCount Property
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:
property unsigned int UsageCount { unsigned int get(); };
uint32_t UsageCount();
public uint UsageCount { get; }
var uInt32 = keyCredentialCacheConfiguration.usageCount;
Public ReadOnly Property UsageCount As UInteger