ISecurityPackage.SupportsAuthentication

Syntax

SupportsAuthentication(Authentication: AuthenticationMode): Boolean;

Parameters

Authentication. An 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 a specific authentication type, and the False value, if it does not.

See also:

ISecurityPackage