2 references to MaxSaveAttempts
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (2)
291StringBuilder pathBuilder = new StringBuilder(thumbprint.Length + PfxOrdinalWildcard.Length + (MaxSaveAttempts / 10)); 297for (int i = 1; i <= MaxSaveAttempts; i++)