IPWorks Auth 2020 Delphi Edition

Questions / Feedback?

RADIUS Component

Properties   Methods   Events   Configuration Settings   Errors  

The RADIUS component provides an easy way to authenticate users.

Syntax

TipaRADIUS

Remarks

The RADIUS component implements support for Remote Authentication Dial In User Service (RADIUS).

Authentication

The component can be used to authenticate users with a RADIUS server. To begin set the following properties:

To authenticate the user call Authenticate. If the method returns without error the user was successfully authenticated. The Attr* properties will hold information about the attributes in the response.

The AuthMechanism property may be set to specify the authentication mechanism used.

Property List


The following is the full list of the properties of the component with short descriptions. Click on the links for further details.

AttributesThe attributes of the request or response.
AuthMechanismThe authentication mechanism to be used when connecting to the RADIUS server.
EAPAnonymousIdentityThe identity to use when using PEAP or EAP-TLS.
LocalHostThe name of the local host or user-assigned IP interface through which connections are initiated or accepted.
LocalPortThe UDP port in the local host where UDPPort binds.
PasswordThe user's password.
RemoteHostThe address of the remote host. Domain names are resolved to IP addresses.
RemotePortThe port for the RADIUS server (default is 1812).
SharedSecretThe RADIUS shared secret.
SSLCertEncodedThe certificate (PEM/base64 encoded).
SSLCertStoreThe name of the certificate store for the client certificate.
SSLCertStorePasswordIf the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store.
SSLCertStoreTypeThe type of certificate store for this certificate.
SSLCertSubjectThe subject of the certificate used for client authentication.
TimeoutA timeout for the component.
UserThe name of the user to authenticate.

Method List


The following is the full list of the methods of the component with short descriptions. Click on the links for further details.

AuthenticateAuthenticates the user.
ConfigSets or retrieves a configuration setting.
DoEventsProcesses events from the internal message queue.
InterruptInterrupt the current method.
ResetResets the component properties to their default values.

Event List


The following is the full list of the events fired by the component with short descriptions. Click on the links for further details.

AttributeFires for each attribute that is received.
ErrorInformation about errors during data delivery.
LogFires with log information during processing.
SSLServerAuthenticationFired after the server presents its certificate to the client.
SSLStatusShows the progress of the secure connection.

Configuration Settings


The following is a list of configuration settings for the component with short descriptions. Click on the links for further details.

SendMessageAuthenticatorWhether to send the Message-Authenticator attribute.
CaptureIPPacketInfoUsed to capture the packet information.
DestinationAddressUsed to get the destination address from the packet information.
DontFragmentUsed to set the Don't Fragment flag of outgoing packets.
LocalHostThe name of the local host through which connections are initiated or accepted.
LocalPortThe port in the local host where the component binds.
MaxPacketSizeThe maximum length of the packets that can be received.
QOSDSCPValueUsed to specify an arbitrary QOS/DSCP setting (optional).
QOSTrafficTypeUsed to specify QOS/DSCP settings (optional).
ShareLocalPortIf set to True, allows more than one instance of the component to be active on the same local port.
UseConnectionDetermines whether to use a connected socket.
UseIPv6Whether or not to use IPv6.
AbsoluteTimeoutDetermines whether timeouts are inactivity timeouts or absolute timeouts.
FirewallDataUsed to send extra data to the firewall.
InBufferSizeThe size in bytes of the incoming queue of the socket.
OutBufferSizeThe size in bytes of the outgoing queue of the socket.
BuildInfoInformation about the product's build.
CodePageThe system code page used for Unicode to Multibyte translations.
LicenseInfoInformation about the current license.
UseInternalSecurityAPITells the component whether or not to use the system security libraries or an internal implementation.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Delphi Edition - Version 20.0 [Build 8155]