PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates a Security Descriptor from an SDDL string

Namespace: Smartsite.Base.HttpNamespaceManager
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static  SecurityDescriptorFromString(
	string sddl
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function SecurityDescriptorFromString ( _
	sddl As  _
) As 

Parameters

sddl
String
The SDDL string that represents the Security Descriptor

Return Value

The Security Descriptor represented by the SDDL string

Exceptions

ExceptionCondition
System..::..FormatException

See Also

Advanced