MetabaseSid

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The MetabaseSid class implements the instance of the identifier of the security subject.

Comments

On creating the security subject the security identifier for them is generated automatically. It cannot be further changed. The instance of this class can be used for example for searching security subjects, if the string representation of their security identifier is known.

The MetabaseSid class use for searching security subjects is given in description of the ISid.AsString property.

Fore.NET Syntax

Class to get analog of the MetabaseSid class:

None;

Class to get analog of the MetabaseSid class object:

MetabaseSidClass;

Class object properties inherited from ISid

  Property name Brief description
AsString The AsString property determines the identifier of security subject in the string format.
Valid The Valid property returns whether security subject identifier is correct (valid).

See also:

Metabase Assembly Classes