2 writes to ReplayPrefix
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
615
options.
ReplayPrefix
= null;
System\Net\Security\TlsSession.OpenSsl.cs (1)
88
_options.
ReplayPrefix
= _socketInBuffer.ActiveReadOnlySpan.ToArray();
1 reference to ReplayPrefix
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
541
byte[]? replayPrefix = useFd ? options.
ReplayPrefix
: null;