WindowsIdentity::ISerializable::GetObjectData Method
Sets the SerializationInfo object with the logical context information needed to recreate an instance of this execution context.
Assembly: mscorlib (in mscorlib.dll)
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::SerializationFormatter)] private: virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) sealed = ISerializable::GetObjectData
Parameters
- info
- Type: System.Runtime.Serialization::SerializationInfo
A SerializationInfo object containing the information required to serialize the Hashtable.
- context
- Type: System.Runtime.Serialization::StreamingContext
A StreamingContext object containing the source and destination of the serialized stream associated with the Hashtable.
Implements
ISerializable::GetObjectData(SerializationInfo, StreamingContext)This method sets a SerializationInfo with the logical call context information. During deserialization, the execution context object is reconstituted from the SerializationInfo transmitted over the stream.
For more information, see SerializationInfo.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.