Cuminas DjVu SDK for .NET Framework
CurrentUserId Property



Gets current user ID.
Syntax
Public ReadOnly Property CurrentUserId As String
Dim instance As SecurityProvider
Dim value As String
 
value = instance.CurrentUserId
public string CurrentUserId {get;}
public:
property String^ CurrentUserId {
   String^ get();
}

Property Value

The current user ID means the user who is authenticated or the user who creates the SecurityProvider object.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

SecurityProvider Class
SecurityProvider Members

Send Feedback