7 references to SpkiSizeInBytes
System.Security.Cryptography (7)
System\Security\Cryptography\X25519DiffieHellman.cs (7)
270byte[] result = new byte[SpkiSizeInBytes]; 273if (!exported || bytesWritten != SpkiSizeInBytes) 297Span<byte> spki = stackalloc byte[SpkiSizeInBytes]; 300if (!exported || bytesWritten != SpkiSizeInBytes) 1354Debug.Assert(spkiPreamble.Length + PublicKeySizeInBytes == SpkiSizeInBytes); 1356if (destination.Length < SpkiSizeInBytes) 1364bytesWritten = SpkiSizeInBytes;