{CompanyName} FlexyGo

UserSecurityConfig..::..GetObjectData Method

Populates a SerializationInfo with the data needed to serialize the target object.

Namespace:  FLEXYGO.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


public virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Public Overridable Sub GetObjectData ( _
	info As SerializationInfo, _
	context As StreamingContext _
)

Parameters

info
Type: SerializationInfo
The SerializationInfo to populate with data.
context
Type: StreamingContext
The destination (see StreamingContext) for this serialization.