12 references to Dsa
System.Security.Cryptography (12)
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (2)
15Oids.Dsa, 256writer.WriteObjectIdentifier(Oids.Dsa);
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
141Oids.Dsa => true,
System\Security\Cryptography\X509Certificates\CertificateExtensionsCommon.cs (1)
84return Oids.Dsa;
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (2)
38case Oids.Dsa: 177Algorithm = Oids.Dsa,
System\Security\Cryptography\X509Certificates\PublicKey.cs (2)
141case Oids.Dsa: 255if (_oid.Value != Oids.Dsa)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (3)
282Oids.Dsa => Pal.GetDSAPrivateKey(), 1262Oids.Dsa when Helpers.IsDSASupported => ExtractKeyFromPem<DSA>( 1360Oids.Dsa when Helpers.IsDSASupported =>
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
71case Oids.Dsa: