LogOnCredential Constructor

Initializes a new instance of the LogOnCredential structure.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public LogOnCredential(
	Guid id,
	string value
)

Parameters

id  Guid
The ID of the credential.
value  String
The value of the credential.
Remarks
See LogOnCredentialIds for a list of standard IDs.
See Also