FromBase64 Method
See Also 
SourceCode.Security.Cryptography Namespace > SaltedItem Class : FromBase64 Method



base64

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function FromBase64( _
   ByVal base64 As String _
) As SaltedItem
Visual Basic (Usage) Copy Code
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

Requirements

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

See Also