AuthenticationRecord.Serialize(Stream, CancellationToken) Method

Definition

Serializes the AuthenticationRecord to the specified Stream.

public void Serialize (System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default);
member this.Serialize : System.IO.Stream * System.Threading.CancellationToken -> unit
Public Sub Serialize (stream As Stream, Optional cancellationToken As CancellationToken = Nothing)

Parameters

stream
Stream

The Stream which the serialized AuthenticationRecord will be written to.

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Applies to