DfsInfoSecurityDescriptor Property |
Pointer to a SECURITY_DESCRIPTOR structure that specifies a self-relative security descriptor to be associated with the DFS link's reparse point.
This field is valid for DFS links only.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public IntPtr SecurityDescriptor { get; }
Public ReadOnly Property SecurityDescriptor As IntPtr
Get
public:
property IntPtr SecurityDescriptor {
IntPtr get ();
}
member SecurityDescriptor : IntPtr with get
Property Value
Type:
IntPtrSee Also