edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Determines if this key is loaded for this host

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool IsKeyLoaded(
	string host,
	PublicKey key
)
Visual Basic
Public Function IsKeyLoaded ( _
	host As String, _
	key As PublicKey _
) As Boolean
Visual C++
public:
bool IsKeyLoaded(
	String^ host, 
	PublicKey^ key
)

Parameters

host
Type: System..::..String
name of host
key
Type: PublicKey
public key

Return Value

See Also