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 Sub OnDeserialization ( sender As Object ) Implements IDeserializationCallback.OnDeserialization
Parameters
- sender
-
Type:
System.Object
The source of the deserialization event.
.NET Framework
Available since 1.1
Available since 1.1
Show: