Show / Hide Table of Contents

Class SecurityDescriptor

SecurityDescriptor is a class describing SecurityHandler

Inheritance
object
SecurityDescriptor
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: pdftron.SDF
Assembly: PDFNet.dll
Syntax
public class SecurityDescriptor

Constructors

SecurityDescriptor(string, CreateDelegate)

Declaration
public SecurityDescriptor(string gui_name, CreateDelegate factory_method)
Parameters
Type Name Description
string gui_name
CreateDelegate factory_method

SecurityDescriptor(SecurityDescriptor)

Declaration
public SecurityDescriptor(SecurityDescriptor d)
Parameters
Type Name Description
SecurityDescriptor d
In This Article
Back to top Generated by DocFX