7 references to SpkiSizeInBytes
System.Security.Cryptography (7)
System\Security\Cryptography\X25519DiffieHellman.cs (7)
341byte[] result = new byte[SpkiSizeInBytes]; 344if (!exported || bytesWritten != SpkiSizeInBytes) 368Span<byte> spki = stackalloc byte[SpkiSizeInBytes]; 371if (!exported || bytesWritten != SpkiSizeInBytes) 1440Debug.Assert(spkiPreamble.Length + PublicKeySizeInBytes == SpkiSizeInBytes); 1442if (destination.Length < SpkiSizeInBytes) 1450bytesWritten = SpkiSizeInBytes;