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:
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
Return to top
Show: