IMetabaseSecurity.AddNTSubject

Fore Syntax

AddNTSubject(Subject: ISecuritySubject): ISecuritySubject;

Fore.NET Syntax

AddNTSubject(Subject: Prognoz.Platform.Interop.Metabase.ISecuritySubject): ISecuritySubject;

Parameters

Subject. A domain security subject.

Description

The AddNTSubject method adds a domain security subject to the repository.

Example

The method use is given in example for the CurrentDomainSubjectAddState property.

See also:

IMetabaseSecurity