'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