Namespace:  FileNet.Api.Authentication
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Sub New ( _
	uname As String, _
	token As String, _
	realm As String, _
	httpCustomHeader As String _
)
C#
public OpenTokenCredentials(
	string uname,
	string token,
	string realm,
	string httpCustomHeader
)
Visual C++
public:
OpenTokenCredentials(
	String^ uname, 
	String^ token, 
	String^ realm, 
	String^ httpCustomHeader
)
JavaScript
FileNet.Api.Authentication.OpenTokenCredentials = function(uname, token, realm, httpCustomHeader);

Parameters

uname
Type: System..::.String
token
Type: System..::.String
realm
Type: System..::.String
httpCustomHeader
Type: System..::.String

ToggleSee Also