ObjectSecurity.IsSddlConversionSupported Method
Definition
Returns a Boolean value that specifies whether the security descriptor associated with this ObjectSecurity object can be converted to the Security Descriptor Definition Language (SDDL) format.
public:
static bool IsSddlConversionSupported();
public static bool IsSddlConversionSupported ();
static member IsSddlConversionSupported : unit -> bool
Public Shared Function IsSddlConversionSupported () As Boolean
Returns
true
if the security descriptor associated with this ObjectSecurity object can be converted to the Security Descriptor Definition Language (SDDL) format; otherwise, false
.