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