2 types derived from ComponentAlgorithm
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
20private sealed class ECDsaComponent : ComponentAlgorithm
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.RSA.cs (1)
11private sealed class RsaComponent : ComponentAlgorithm
6 references to ComponentAlgorithm
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (6)
32private ComponentAlgorithm _componentAlgorithm; 36private CompositeMLDsaManaged(CompositeMLDsaAlgorithm algorithm, MLDsa mldsa, ComponentAlgorithm componentAlgorithm) 79ComponentAlgorithm? tradKey; 148ComponentAlgorithm componentAlgorithm = metadata.TraditionalAlgorithm switch 188ComponentAlgorithm componentAlgorithm = metadata.TraditionalAlgorithm switch 507where TComponentAlgorithm : ComponentAlgorithm, IComponentAlgorithmFactory<TComponentAlgorithm, TAlgorithmDescriptor>