Chat now with support
Chat with Support

InTrust 11.4.2 - InTrust SDK Reference

InTrust SDK Overview Repository Services API Log Knowledge Base API Enumerations Interfaces

IComputerListDomainEnumeration

Represents the configuration of site membership enumeration through a computer list.

Methods

IgnorePasswordsOlderThanInterval (getter)

Returns the maximum age (in days) for the passwords of the accounts of the computers in the site. If a computer account's password is older than that, the computer is excluded from the site.

Syntax

HRESULT IgnorePasswordsOlderThanInterval(
    [out, retval] long* ignoreInterval
);

Parameter
Name Type Meaning

ignoreInterval

long*

Maximum password age in days.

IgnorePasswordsOlderThanInterval (setter)

Sets the maximum age (in days) for the passwords of the accounts of the computers in the site. If a computer account's password is older than that, the computer is excluded from the site.

Syntax

HRESULT IgnorePasswordsOlderThanInterval(
    [in] long ignoreInterval
);

Parameter
Name Type Meaning

ignoreInterval

long

Maximum password age in days.

IsIgnoringByOldPasswordsEnabled (getter)

Returns whether filtering by password age is enabled. If a computer account's password is older than a specified interval, the computer is excluded from the site.

Syntax

IsIgnoringByOldPasswordsEnabled(
    [out, retval]VARIANT_BOOL* bIgnoringEnabled
);

Parameter
Name Type Meaning

bIgnoringEnabled

VARIANT_BOOL*

Whether filtering by password age is enabled.

IsIgnoringByOldPasswordsEnabled (setter)

Sets whether filtering by password age is enabled. If a computer account's password is older than a specified interval, the computer is excluded from the site.

Syntax

HRESULT IsIgnoringByOldPasswordsEnabled(
    [in] VARIANT_BOOL bIgnoringEnabled
);

Parameter
Name Type Meaning

bIgnoringEnabled

VARIANT_BOOL

Whether filtering by password age is enabled.

IComputerListFileSiteObject

Represents a file that contains a list of computers to include in an InTrust site.

Methods

Path (getter)

Returns the path to the computer list file.

Syntax

HRESULT Path(
    [out, retval]BSTR* bstrPath
);

Parameter
Name Type Meaning

bstrPath

BSTR*

Path to the computer list file.

Path (setter)

Sets the path to the computer list file.

Syntax

HRESULT Path(
    [in]BSTR bstrPath
);

Parameter
Name Type Meaning

bstrPath

BSTR

Path to the computer list file.

 

IComputerSiteObject

Represents a single computer in an InTrust site.

Methods

Computer (getter)

Gets the computer wrapped in this site object.

Syntax

HRESULT Computer(
    [out, retval]BSTR* bstrComputer
);

Parameter
Name Type Meaning

bstrComputer

BSTR*

Computer in the site object.

Computer (setter)

Sets the computer wrapped in this site object.

Syntax

HRESULT Computer(
    [in]BSTR bstrComputer
);

Parameter
Name Type Meaning

bstrComputer

BSTR

Computer in the site object.

 

ICookie

Acts as the owner of a repository search and can stop the search.

Method

Stop

Stops the search that this interface is associated with. This method is called automatically when the last reference to the interface is destroyed.

Caution: This is a synchronous method. It must never be called from notifications received through IObserver, because this will result in a deadlock.

Syntax

HRESULT Stop()

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating