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)
224
DSA dsa = DSA.
Create
();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
1173
static keyPem => CreateAndImport(keyPem, DSA.
Create
),
1260
static (keyPem, password) => CreateAndImportEncrypted(keyPem, password, DSA.
Create
),
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\DSAKeyValue.cs (1)
23
_key = DSA.
Create
();