Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The MetabaseSid class implements the instance of the identifier of the security subject.
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.
Class to get analog of the MetabaseSid class:
None;
Class to get analog of the MetabaseSid class object:
MetabaseSidClass;
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: