SecurityDescriptorHelpers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains helper methods that ease and streamline named object sharing between packaged apps and Win32 applications.
public ref class SecurityDescriptorHelpers abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Security.AccessControl.AccessControlContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SecurityDescriptorHelpers final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Security.AccessControl.AccessControlContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class SecurityDescriptorHelpers
Public Class SecurityDescriptorHelpers
- Inheritance
- Attributes
Methods
GetSddlForAppContainerNames(AppContainerNameAndAccess[], String, UInt32) |
Get the security descriptor definition language (SDDL) for the specified Package Family Names (PFNs). |
GetSecurityDescriptorBytesFromAppContainerNames(AppContainerNameAndAccess[], String, UInt32) |
Gets the security descriptor for the specified Package Family Names (PFNs). |