FPCSecurIDAuthenticationProperties
Internet Security and Acceleration Server 2004/2006 SDK
The FPCSecurIDAuthenticationProperties object holds the configuration settings for RSA SecurID authentication. (This object is introduced in ISA Server 2006.)
The FPCSecurIDAuthenticationProperties object is accessed through the SecurIDAuthenticationProperties property of an FPCFormsBasedAuthenticationProperties object.
Click here to see the ISA Server object hierarchy.
Methods
The FPCSecurIDAuthenticationProperties object defines the following methods.
| Method | Description |
|---|---|
| ExportSecurIDDomainSecret | Exports the RSA SecurID domain secret to a file. |
| GenerateSecurIDDomainSecret | Generates a new RSA SecurID domain secret and exports it to a file. |
| ImportSecurIDDomainSecret | Imports the RSA SecurID domain secret from a file. |
| Refresh | Reads the values of the object's properties from persistent storage, discarding any changes that were not saved. |
| Save | Writes the current values of the object's properties to persistent storage. |
Properties
The FPCSecurIDAuthenticationProperties object has the following properties.
| Property | Description |
|---|---|
| SecurIDCookieName | Gets or sets the cookie name for RSA SecurID authentication. |
| SecurIDNameLockEnabled | Gets or sets a Boolean value that indicates whether the RSA Authentication Manager name locking feature is enabled. |
| SeparateUserNameAndPasscodeEnabled | Gets or sets a Boolean value that indicates whether users will be prompted for their user name and passcode on separate pages. |
Interfaces for C++ Programming
This object implements the IFPCSecurIDAuthenticationProperties interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. |
| Version | Requires Internet Security and Acceleration Server 2006. |
| IDL | Declared in Msfpccom.idl. |