IADsSecurityUtility::put_SecurityMask method (iads.h)

The SecurityMask property determines which elements of the security descriptor to retrieve or set. This property must be set prior to calling IADsSecurityUtility.GetSecurityDescriptor or IADsSecurityUtility.SetSecurityDescriptor.

This property is read/write.

Syntax

HRESULT put_SecurityMask(
  long lnSecurityMask
);

Parameters

lnSecurityMask

Specifies the security information to retrieve or set.

Return value

An HRESULT value that indicates the success or failure of the call.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header iads.h
DLL Activeds.dll

See also

ADS_SECURITY_INFO_ENUM

IADsSecurityUtility

IADsSecurityUtility.GetSecurityDescriptor

IADsSecurityUtility.SetSecurityDescriptor