3 references to Pkcs8SizeInBytes
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (3)
1528Debug.Assert(pkcs8Preamble.Length + PrivateKeySizeInBytes == Pkcs8SizeInBytes); 1530if (destination.Length < Pkcs8SizeInBytes) 1542bytesWritten = Pkcs8SizeInBytes;