Collection of SshAuthenticationRequestItem objects.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Class SshAuthenticationRequestItemCollection _
	Inherits ReadOnlyCollection(Of SshAuthenticationRequestItem)
C#
public class SshAuthenticationRequestItemCollection : ReadOnlyCollection<SshAuthenticationRequestItem>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'SshAuthenticationRequestItem>)>)>
    Rebex.Net..::..SshAuthenticationRequestItemCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also