TlsBufferSession.Handshake Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Net::Security::TlsOperationStatus Handshake(ReadOnlySpan<System::Byte> source, Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesConsumed, [Runtime::InteropServices::Out] int % bytesWritten);
public System.Net.Security.TlsOperationStatus Handshake(ReadOnlySpan<byte> source, Span<byte> destination, out int bytesConsumed, out int bytesWritten);
member this.Handshake : ReadOnlySpan<byte> * Span<byte> * int * int -> System.Net.Security.TlsOperationStatus
Public Function Handshake (source As ReadOnlySpan(Of Byte), destination As Span(Of Byte), ByRef bytesConsumed As Integer, ByRef bytesWritten As Integer) As TlsOperationStatus
Parameters
- source
- ReadOnlySpan<Byte>
- bytesConsumed
- Int32
- bytesWritten
- Int32