Microsoft.Alm.Authentication.SecretCache.SecretCache C# (CSharp) Method

SecretCache() static private method

static private SecretCache ( ) : System
return System
        static SecretCache()
        {
            _cache = new Dictionary<string, Secret>(KeyComparer);
        }

Same methods

SecretCache::SecretCache ( ICredentialStore credentialStore ) : System
SecretCache::SecretCache ( string @namespace, Secret getTargetName = null ) : System