WindowsIdentity Constructor (SerializationInfo, StreamingContext)
.NET Framework 2.0
Initializes a new instance of the WindowsIdentity class for the user represented by information in a SerializationInfo stream.
Namespace: System.Security.Principal
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
public WindowsIdentity ( SerializationInfo info, StreamingContext context )
public function WindowsIdentity ( info : SerializationInfo, context : StreamingContext )
Parameters
- info
The SerializationInfo containing the account information for the user.
- context
A StreamingContext that indicates the stream characteristics.
- SecurityPermission for ability to manipulate the principal object. Associated enumeration: SecurityPermissionFlag.ControlPrincipal.
Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: