Leadtools.Medical.Workstation.DataAccessLayer Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetHashedPassword Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > WorkstationDataAccessAgent Class : GetHashedPassword Method



secure
A SecureString holding the password to be hashed.
secure
A SecureString holding the password to be hashed.
Converts a SecureString password into a hashed string.

Syntax

Visual Basic (Declaration)  
Public Shared Function GetHashedPassword( _
   ByVal secure As SecureString _
) As String
Visual Basic (Usage) Copy Code
Dim secure As SecureString
Dim value As String
 
value = WorkstationDataAccessAgent.GetHashedPassword(secure)
C#  
public static string GetHashedPassword( 
   SecureString secure
)
C++/CLI  
public:
static String^ GetHashedPassword( 
   SecureString^ secure
) 

Parameters

secure
A SecureString holding the password to be hashed.

Return Value

A hashed String representing the secured password.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Medical.Workstation.DataAccessLayer requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features