6 references to Create
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
133using 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)
202DSA dsa = DSA.Create();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
954Oids.Dsa when Helpers.IsDSASupported => ExtractKeyFromPem<DSA>(keyPem, s_DsaPublicKeyPrivateKeyLabels, DSA.Create, certificate.CopyWithPrivateKey), 1025Oids.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();