Gets a value indicating whether the specified security package is supported.

Namespace:  Rebex.Security.Authentication
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Shared Function IsSupported ( _
	package As String _
) As Boolean
C#
public static bool IsSupported(
	string package
)

Parameters

package
Type: System..::..String
Security package name

Return Value

True if the security package is supported; otherwise false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also