5 references to AlgorithmIdentifier
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (1)
151
return new
AlgorithmIdentifier
(new Oid(asn.Algorithm), keyLength)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (2)
245
AlgorithmIdentifier algorithmId = new
AlgorithmIdentifier
(Oid.FromOidValue(oidValue, OidGroup.PublicKeyAlgorithm), keyLength);
325
AlgorithmIdentifier algorithmIdentifier = new
AlgorithmIdentifier
(Oid.FromOidValue(oidValue, OidGroup.All), keyLength);
System\Security\Cryptography\Pkcs\AlgorithmIdentifier.cs (2)
14
:
this
(Oids.TripleDesCbcOid.CopyOid(), 0)
19
:
this
(oid, 0)