Поделиться через


CSecurityDesc::IsOwnerDefaulted

Determines if the security descriptor's owner security identifier (SID) was set by default.

bool IsOwnerDefaulted( ) const throw( );

Возвращаемое значение

Returns true if a default mechanism, rather than the original provider of the security descriptor, provided the security descriptor's owner SID. Returns false otherwise.

Заметки

To set this flag, use the CSecurityDesc::SetOwner method.

Требования

Header: atlsecurity.h

См. также

Основные понятия

CSecurityDesc Class

CSecurityDesc Members

SECURITY_DESCRIPTOR_CONTROL

CSecurityDesc::SetOwner

CSecurityDesc::GetOwner