FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createAuthProvider Method

Creates the authentication provider.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool createAuthProvider(
	string sName,
	string sDescription,
	string sType,
	string sDllPath,
	string sNamespace,
	string sAuthProviderID,
	string sParms
)
Public Function createAuthProvider ( _
	sName As String, _
	sDescription As String, _
	sType As String, _
	sDllPath As String, _
	sNamespace As String, _
	sAuthProviderID As String, _
	sParms As String _
) As Boolean
public:
bool^ createAuthProvider(
	String^ sName, 
	String^ sDescription, 
	String^ sType, 
	String^ sDllPath, 
	String^ sNamespace, 
	String^ sAuthProviderID, 
	String^ sParms
)

Parameters

sName
Type: String
Name of the s.
sDescription
Type: String
The s description.
sType
Type: String
Type of the s.
sDllPath
Type: String
The s DLL path.
sNamespace
Type: String
The s namespace.
sAuthProviderID
Type: String
The s authentication provider identifier.
sParms
Type: String
The s parms.

Return Value

true if XXXX, false otherwise.