TlsBufferSession.Shutdown(Span<Byte>, Int32) 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 Shutdown(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public System.Net.Security.TlsOperationStatus Shutdown(Span<byte> destination, out int bytesWritten);
member this.Shutdown : Span<byte> * int -> System.Net.Security.TlsOperationStatus
Public Function Shutdown (destination As Span(Of Byte), ByRef bytesWritten As Integer) As TlsOperationStatus
Parameters
- bytesWritten
- Int32