Xceed .NET Libraries Documentation
VerifyPrivateMac Method


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > PuTTYPrivateKeyFile Class : VerifyPrivateMac Method
Syntax
'Declaration
 
Protected Function VerifyPrivateMac( _
   ByVal targetMac As String, _
   ByVal passphrase() As Byte _
) As Boolean
'Usage
 
Dim instance As PuTTYPrivateKeyFile
Dim targetMac As String
Dim passphrase() As Byte
Dim value As Boolean
 
value = instance.VerifyPrivateMac(targetMac, passphrase)
protected bool VerifyPrivateMac( 
   string targetMac,
   byte[] passphrase
)

Parameters

targetMac
passphrase
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

Reference

PuTTYPrivateKeyFile Class
PuTTYPrivateKeyFile Members