Share via


CSid::operator =

Assignment operator.

CSid & operator =( 
   const CSid & rhs  
) throw(...); 
CSid & operator =( 
   const SID & rhs  
) throw(...);

Parameters

  • rhs
    The SID (security identifier) or CSid to assign to the CSid object.

Return Value

Returns a reference to the updated CSid object.

Requirements

Header: atlsecurity.h

See Also

Reference

CSid Class