public IServerPrincipalAssert ServerPrincipalExists(string name)
        {
            AssertPrincipalExists(name, PrincipalType.Server);

            var newContext = new ServerPrincipalMigrationContext(Context, name);

            return(new ServerPrincipalAssert(newContext));
        }
Exemplo n.º 2
0
 public ServerPrincipalAssert(ServerPrincipalMigrationContext context) : base(context)
 {
 }