Xceed .NET Libraries Documentation
IsPublicKeyAlgorithmAccepted Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > ServerPublicKeySignatureAlgorithmsExtensionPayload Class : IsPublicKeyAlgorithmAccepted Method
Syntax
'Declaration
 
Public Function IsPublicKeyAlgorithmAccepted( _
   ByVal publicKeyAlgorithmName As String _
) As Boolean
'Usage
 
Dim instance As ServerPublicKeySignatureAlgorithmsExtensionPayload
Dim publicKeyAlgorithmName As String
Dim value As Boolean
 
value = instance.IsPublicKeyAlgorithmAccepted(publicKeyAlgorithmName)
public bool IsPublicKeyAlgorithmAccepted( 
   string publicKeyAlgorithmName
)

Parameters

publicKeyAlgorithmName
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

ServerPublicKeySignatureAlgorithmsExtensionPayload Class
ServerPublicKeySignatureAlgorithmsExtensionPayload Members