Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Claim::WriteTo Method (BinaryWriter^, array<Byte>^)

.NET Framework (current version)
 

Writes this Claim to the writer.

Namespace:   System.Security.Claims
Assembly:  mscorlib (in mscorlib.dll)

protected:
virtual void WriteTo(
	BinaryWriter^ writer,
	array<unsigned char>^ userData
)

Parameters

writer
Type: System.IO::BinaryWriter^

The writer to write this claim

userData
Type: array<System::Byte>^

The user data to claim

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6
Return to top
Show:
© 2017 Microsoft