SspiAuthentication.IsSupported Method
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9083)
IsSupported(String)
Gets a value indicating whether the specified security package is supported.
Declaration
public static bool IsSupported(string package)
Parameters
Type | Name | Description |
---|---|---|
String | package | Security package name |
Returns
Type | Description |
---|---|
Boolean | True if the security package is supported; otherwise false. |