แก้ไข

แชร์ผ่าน


GenericSecurityDescriptor.IsSddlConversionSupported Method

Definition

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.

Applies to