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