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