CAccessToken::IsTokenRestricted

 

Call this method to test if the CAccessToken object contains a list of restricted SIDs.

Syntax

bool IsTokenRestricted( ) const throw( );

Return Value

Returns true if the object contains a list of restricting SIDs, false if there are no restricting SIDs or if the method fails.

Requirements

Header: atlsecurity.h

See Also

CAccessToken Class