Share via


CSecurityDesc::CSecurityDesc

 

The constructor.

Syntax

      CSecurityDesc( ) throw( ); 
CSecurityDesc(
   const CSecurityDesc & rhs 
) throw(...);
CSecurityDesc(
   const SECURITY_DESCRIPTOR & rhs 
) throw(...);

Parameters

  • rhs
    The CSecurityDesc object or SECURITY_DESCRIPTOR structure to assign to the new CSecurityDesc object.

Remarks

The CSecurityDesc object can optionally be created using a SECURITY_DESCRIPTOR structure or a previously defined CSecurityDesc object.

Requirements

Header: atlsecurity.h

See Also

CSecurityDesc Class
CSecurityDesc::~CSecurityDesc
SECURITY_DESCRIPTOR