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