6 references to Create
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
133
using var dsa = DSA.
Create
();
System.Security.Cryptography (4)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
53
_impl = DSA.
Create
();
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
202
DSA dsa = DSA.
Create
();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
954
Oids.Dsa when Helpers.IsDSASupported => ExtractKeyFromPem<DSA>(keyPem, s_DsaPublicKeyPrivateKeyLabels, DSA.
Create
, certificate.CopyWithPrivateKey),
1025
Oids.Dsa when Helpers.IsDSASupported => ExtractKeyFromEncryptedPem<DSA>(keyPem, password, DSA.
Create
, certificate.CopyWithPrivateKey),
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\DSAKeyValue.cs (1)
23
_key = DSA.
Create
();