Class SecurityDescriptor
SecurityDescriptor is a class describing SecurityHandler
Inheritance
System.Object
SecurityDescriptor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: pdftron.SDF
Assembly: PDFNet.dll
Syntax
public class SecurityDescriptor
Constructors
SecurityDescriptor(SecurityDescriptor)
Declaration
public SecurityDescriptor(SecurityDescriptor d)
Parameters
Type | Name | Description |
---|---|---|
SecurityDescriptor | d |
SecurityDescriptor(String, CreateDelegate)
Declaration
public SecurityDescriptor(string gui_name, CreateDelegate factory_method)
Parameters
Type | Name | Description |
---|---|---|
System.String | gui_name | |
CreateDelegate | factory_method |