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