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 (24.3.0.1000)
Syntax
public LogOnCredential(
	Guid id,
	string value
)

Parameters

id
Type: SystemGuid
The ID of the credential.
value
Type: SystemString
The value of the credential.
Remarks
See LogOnCredentialIds for a list of standard IDs.
See Also