3 references to PfxExtension
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (3)
21private const string PfxWildcard = "*" + PfxExtension; 203destinationFilename = Path.Combine(_storePath, thumbprint + PfxExtension); 302pathBuilder.Append(PfxExtension);