DataGateCredentialExtensions.IsStarDomainCredential Method

Definition

Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll

Determines whether the specified IDataGateCredential is a StarDomain credential.

bool IsStarDomainCredential(IDataGateCredential dgc)

Determines whether the specified IDataGateCredential is a StarDomain credential.

bool IsStarDomainCredential(IDataGateCredential dgc)

Parameters

Type Parameter name Description
IDataGateCredential dgc The IDataGateCredential to check.

Returns

Type Description
Boolean True if the specified IDataGateCredential is a StarDomain credential; otherwise, false.

See Also