2 types derived from ComponentAlgorithm
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
20
private sealed class ECDsaComponent :
ComponentAlgorithm
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.RSA.cs (1)
11
private sealed class RsaComponent :
ComponentAlgorithm
8 references to ComponentAlgorithm
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (8)
32
private
ComponentAlgorithm
_componentAlgorithm;
36
private CompositeMLDsaManaged(CompositeMLDsaAlgorithm algorithm, MLDsa mldsa,
ComponentAlgorithm
componentAlgorithm)
73
ComponentAlgorithm
? tradKey = null;
92
static
ComponentAlgorithm
? FailAndGetNull()
108
static bool KeyGenFailed([NotNullWhen(false)] MLDsa? mldsaKey, [NotNullWhen(false)]
ComponentAlgorithm
? tradKey) =>
170
ComponentAlgorithm
componentAlgorithm = metadata.TraditionalAlgorithm switch
212
ComponentAlgorithm
componentAlgorithm = metadata.TraditionalAlgorithm switch
548
where TComponentAlgorithm :
ComponentAlgorithm
, IComponentAlgorithmFactory<TComponentAlgorithm, TAlgorithmDescriptor>