ClaimsIdentity.WriteTo Methode

Definitie

Overloads

Name Description
WriteTo(BinaryWriter)

Serialiseert met behulp van een BinaryWriter.

WriteTo(BinaryWriter, Byte[])

Serialiseert met behulp van een BinaryWriter.

WriteTo(BinaryWriter)

Bron:
ClaimsIdentity.cs
Bron:
ClaimsIdentity.cs
Bron:
ClaimsIdentity.cs
Bron:
ClaimsIdentity.cs
Bron:
ClaimsIdentity.cs

Serialiseert met behulp van een BinaryWriter.

public:
 virtual void WriteTo(System::IO::BinaryWriter ^ writer);
public virtual void WriteTo(System.IO.BinaryWriter writer);
abstract member WriteTo : System.IO.BinaryWriter -> unit
override this.WriteTo : System.IO.BinaryWriter -> unit
Public Overridable Sub WriteTo (writer As BinaryWriter)

Parameters

writer
BinaryWriter

De schrijver die moet worden gebruikt voor gegevensopslag.

Uitzonderingen

writer is null.

Van toepassing op

WriteTo(BinaryWriter, Byte[])

Bron:
ClaimsIdentity.cs
Bron:
ClaimsIdentity.cs
Bron:
ClaimsIdentity.cs
Bron:
ClaimsIdentity.cs
Bron:
ClaimsIdentity.cs

Serialiseert met behulp van een BinaryWriter.

protected:
 virtual void WriteTo(System::IO::BinaryWriter ^ writer, cli::array <System::Byte> ^ userData);
protected virtual void WriteTo(System.IO.BinaryWriter writer, byte[] userData);
protected virtual void WriteTo(System.IO.BinaryWriter writer, byte[]? userData);
abstract member WriteTo : System.IO.BinaryWriter * byte[] -> unit
override this.WriteTo : System.IO.BinaryWriter * byte[] -> unit
Protected Overridable Sub WriteTo (writer As BinaryWriter, userData As Byte())

Parameters

writer
BinaryWriter

De schrijver die moet worden gebruikt voor gegevensopslag.

userData
Byte[]

Aanvullende gegevens die door het afgeleide type worden geleverd.

Uitzonderingen

writer is null.

Van toepassing op