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



binXml

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function FromBinaryXml( _
   ByVal binXml() As Byte _
) As SaltedItem
Visual Basic (Usage) Copy Code
Dim binXml() As Byte
Dim value As SaltedItem
 
value = SaltedItem.FromBinaryXml(binXml)
C#  
public static SaltedItem FromBinaryXml( 
   byte[] binXml
)
C++/CLI  
public:
static SaltedItem^ FromBinaryXml( 
   array<byte>^ binXml
) 

Parameters

binXml

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