Click or drag to resize

GenericAuthenticationProviderGetText Method

Helper method for getting localized error messages.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GetText(
	string ids,
	string defaultText
)

Parameters

ids
Type: SystemString
The resource string ID.
defaultText
Type: SystemString
The default text to use if the resource string is not found.

Return Value

Type: String
The specified resource string, if found, else the default text.
See Also