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