ISecurityPackage.SupportsAuthentication

Syntax

SupportsAuthentication(Authentication: AuthenticationMode): Boolean;

Parameters

Authentication. Authentication type.

Description

The SupportsAuthentication method indicates whether the current security module supports the specified kind of authentication.

Comments

The method returns True if security module supports the specified authentication type, and False if it does not.

See also:

ISecurityPackage