docs consolidation and others
This commit is contained in:
@@ -131,7 +131,7 @@ public class LocalEidasProvider
|
||||
{
|
||||
if (options.Type.Equals("PKCS12", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
var cert = new X509Certificate2(
|
||||
var cert = X509CertificateLoader.LoadPkcs12FromFile(
|
||||
options.Path,
|
||||
options.Password,
|
||||
X509KeyStorageFlags.Exportable);
|
||||
|
||||
Reference in New Issue
Block a user