WindowsIdentity::IDeserializationCallback::OnDeserialization Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete.
Assembly: mscorlib (in mscorlib.dll)
private: virtual void OnDeserialization( Object^ sender ) sealed = IDeserializationCallback::OnDeserialization
Parameters
- sender
-
Type:
System::Object^
The source of the deserialization event.
.NET Framework
Available since 1.1
Available since 1.1
Show: