GenericSecurityDescriptor.IsSddlConversionSupported 方法
定义
返回一个布尔值,该值指示与此 GenericSecurityDescriptor 对象相关联的安全描述符是否可以转换为安全描述符定义语言 (SDDL) 格式。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
返回
如果与此 GenericSecurityDescriptor 对象相关联的安全描述符可以转换为安全描述符定义语言 (SDDL) 格式,则为 true;否则为 false。true if the security descriptor associated with this GenericSecurityDescriptor object can be converted to the Security Descriptor Definition Language (SDDL) format; otherwise, false.