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