|
JWSCL Documentation
|
The properties of the TJwServerAccessControl class are listed here.
|
|
Name |
Description |
![]() |
This property offers a critical section to access the property SecurityDescriptor. | |
|
This flag defines whether the object was changed in respect to the last save method call. Default value is false. This property is used by the interface method IsDirty | |
|
Defines the facility code used in the HRESULT value in the faciltiy part. By default the value is $FE. You can change the value to create your own custom code that is returned in case of errors as HRESULT. | |
|
GenericMapping defines a mapping from generic access rights to specific access rights. You can define how to map such generic rights to specific rights. | |
|
PersistClassID is returned by GetClassID. It defines a registered COM class that provides the streaming methods for this object. A NULL_GUID defines that there is no class available. In this case the GetClassID returns E_FAIL. You can register this class (TJwServerAccessControl) as an official COM object. To do so you need to provide the class in a COM dll that is registered properly. | |
|
PersistStreamType defines how the security descriptor is stored into the stream. If this value is true a flat memory model of the security descriptor is directly stored into the stream. On the other hand if this value is false the LoadFromStream and SaveToStream of TJwSecurityDescriptor will be used. | |
![]() |
This property defines the internal security descriptor used to do access managment. The class must not be freed. If you intend to write or read from this class you need to do it thread safe since COM can access it from any thread. | |
|
This property applies strict compatibility to the implementation of IAccessControl of MS. Default value is false. | |
|
SupportIPersistStream defines whether this object can be stored into and loaded from a stream. If this value is false all stream COM methods returns E_NOTIMPL and streaming is not supported. |
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|