BootstrapContext::GetObjectData Method (SerializationInfo^, StreamingContext)

.NET Framework (current version)
 

Populates the SerializationInfo with data needed to serialize the current BootstrapContext object.

Namespace:   System.IdentityModel.Tokens
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The object to populate with data.

context
Type: System.Runtime.Serialization::StreamingContext

The destination for this serialization. Can be null.

Exception Condition
ArgumentNullException

info is null.

.NET Framework
Available since 4.5
Return to top
Show: