GenericSecurityDescriptor.IsSddlConversionSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a boolean value that specifies whether the security descriptor associated with this GenericSecurityDescriptor 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 GenericSecurityDescriptor object can be converted to the Security Descriptor Definition Language (SDDL) format; otherwise, false
.