2 implementations of IComponentAlgorithmFactory
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
23
,
IComponentAlgorithmFactory
<ECDsaComponent, ECDsaAlgorithm>
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.RSA.cs (1)
14
,
IComponentAlgorithmFactory
<RsaComponent, RsaAlgorithm>
1 reference to IComponentAlgorithmFactory
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (1)
512
where TComponentAlgorithm : ComponentAlgorithm,
IComponentAlgorithmFactory
<TComponentAlgorithm, TAlgorithmDescriptor>