WindowsIdentity.IDeserializationCallback.OnDeserialization Method (Object)

 

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.

Namespace:   System.Security.Principal
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
Return to top
Show: