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