Visual Basic (Declaration) | |
---|---|
Public Shared Function FromBase64( _ ByVal base64 As String _ ) As SaltedItem |
Visual Basic (Usage) | ![]() |
---|---|
Dim base64 As String Dim value As SaltedItem value = SaltedItem.FromBase64(base64) |
C# | |
---|---|
public static SaltedItem FromBase64( string base64 ) |
C++/CLI | |
---|---|
public: static SaltedItem^ FromBase64( String^ base64 ) |
Parameters
- base64
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2