- secure
- A SecureString holding the password to be hashed.
Visual Basic (Declaration) | |
---|---|
Public Shared Function GetHashedPassword( _ ByVal secure As SecureString _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family