3 references to Pkcs8SizeInBytes
System.Security.Cryptography (3)
System\Security\Cryptography\X25519DiffieHellman.cs (3)
1524Debug.Assert(pkcs8Preamble.Length + PrivateKeySizeInBytes == Pkcs8SizeInBytes); 1526if (destination.Length < Pkcs8SizeInBytes) 1538bytesWritten = Pkcs8SizeInBytes;