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