1 write to KeyLength
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\AlgorithmIdentifier.cs (1)
26
KeyLength
= keyLength;
3 references to KeyLength
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (2)
148
if (algorithmIdentifier.
KeyLength
!= 0)
150
alg.KeySize = algorithmIdentifier.
KeyLength
;
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (1)
444
pRc2AuxInfo->dwBitLen = contentEncryptionAlgorithm.
KeyLength
;