4 references to IsDSASupported
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
84if (typeof(T) == typeof(DSA) && Internal.Cryptography.Helpers.IsDSASupported)
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (3)
16if (Helpers.IsDSASupported) 65Debug.Assert(Helpers.IsDSASupported); 118Debug.Assert(Helpers.IsDSASupported);