2 references to SharedSecretSizeInBytes
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (2)
223Debug.Assert(encodedAlgorithm.SharedSecretSizeInBytes == SharedSecretSizeInBytes); 283Span<byte> sharedSecret = stackalloc byte[SharedSecretSizeInBytes];