1 write to KeyLength
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\AlgorithmIdentifier.cs (1)
26
KeyLength
= keyLength;
2 references to KeyLength
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (2)
144
if (algorithmIdentifier.
KeyLength
!= 0)
146
alg.KeySize = algorithmIdentifier.
KeyLength
;