C# Class System.Security.AccessControl.Tests.CommonSecurityDescriptor_GetSddlForm

Mostrar archivo Open project: dotnet/corefx

Public Methods

Method Description
CommonSecurityDescriptor_GetSddlForm_TestData ( ) : IEnumerable

Private Methods

Method Description
TestGetSddlForm ( bool isContainer, bool isDS, int flags, string ownerStr, string groupStr, string saclStr, string daclStr, bool getOwner, bool getGroup, bool getSacl, bool getDacl, string expectedSddl ) : void

Method Details

CommonSecurityDescriptor_GetSddlForm_TestData() public static method

public static CommonSecurityDescriptor_GetSddlForm_TestData ( ) : IEnumerable
return IEnumerable