BootstrapContext Constructor (SerializationInfo^, StreamingContext)

.NET Framework (current version)
 

Initializes a new instance of the BootstrapContext class from a stream.

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

protected:
BootstrapContext(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

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

The serialized data.

context
Type: System.Runtime.Serialization::StreamingContext

The context for serialization.

Exception Condition
ArgumentNullException

info is null.

.NET Framework
Available since 4.5
Return to top
Show: